Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't lose
authorJoe Shaw <joe@ximian.com>
Mon, 22 Oct 2001 20:13:32 +0000 (20:13 +0000)
committerJoe Shaw <joeshaw@src.gnome.org>
Mon, 22 Oct 2001 20:13:32 +0000 (20:13 +0000)
commite786c7eec585724ed4647163f297d2ef8c2ba575
treea8755a5903f223550be1d06ac906829f8708146f
parent2ba334e6ad83f4bfaaf91d07cd043e3d972364c6
Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't lose

2001-10-22  Joe Shaw  <joe@ximian.com>

* src/soup-ssl-proxy/soup-ssl-proxy.c (soup_ssl_proxy_readwrite):
Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't
lose data on the pipe, as you can receive both at the same time.
Ian Peters actually found this, but I am his commit monkey.
ChangeLog
libsoup/soup-ssl-proxy.c