soup-http-input-stream: use a list of SoupBuffers instead a custom buffer
authorSergio Villar Senin <svillar@igalia.com>
Fri, 16 Sep 2011 14:55:10 +0000 (16:55 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 13 Oct 2011 15:11:50 +0000 (17:11 +0200)
commit399c6105b7eda992d521cb55c96ededbbb456187
tree961716a50825efeba40fd39c640e5fbff9e06703
parent6bf88ced45180274c5f2e64408bb06d6c496934d
soup-http-input-stream: use a list of SoupBuffers instead a custom buffer

We store now a list of SoupBuffers pending to be read. That would save us
several realloc() and memcpy() if the client does not read from the stream
quickly enough.

https://bugzilla.gnome.org/show_bug.cgi?id=659255
libsoup/soup-http-input-stream.c