Skip to content
Commit 96da2df6 authored by Dan Winship's avatar Dan Winship
Browse files

Fix soup_client_input_stream_close to not block

Closing a SoupClientInputStream for a message that hadn't been
completely read was trying to read to the end of the message first.
Fix it to just cancel the read instead.

Also fix a few tests that were implicitly assuming the old behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=695652
parent a5d3351c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment