GNOME Bugzilla – Bug 686276
rtsp: http tunneling does not work
Last modified: 2012-10-25 16:55:17 UTC
Created attachment 226612 [details] [review] return false from dispatch () if the read and write sockets have been unset in tunnel_complete () Setting up HTTP tunnels causes segfaults since the watch for the second connection is not destroyed anymore in tunnel_complete () and the connection will still be used even though it is not valid anymore.
commit 6e5ea441e7896c6bcbb505d0f1e428fafcbada30 Author: Ognyan Tonchev <ognyan@axis.com> Date: Thu Oct 25 09:19:21 2012 +0200 rtsp: Don't use invalid sockets return false from dispatch () if the read and write sockets have been unset in tunnel_complete () Setting up HTTP tunnels causes segfaults since the watch for the second connection is not destroyed anymore in tunnel_complete () and the connection will still be used even though it is not valid anymore. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686276