soup-message: deprecate soup_message_set_chunk_allocator()
authorDan Winship <danw@gnome.org>
Thu, 13 Dec 2012 14:58:28 +0000 (15:58 +0100)
committerDan Winship <danw@gnome.org>
Mon, 17 Dec 2012 21:09:50 +0000 (16:09 -0500)
commitb4f85bccc9ea4b28c4fcb86da6fe44bb48d9bb52
tree66c18c47c7d9f35ec10e2cb5f291e1b5dd11d0c6
parent81df4008fe06b7ccb0ddee69d190608a13aa4020
soup-message: deprecate soup_message_set_chunk_allocator()

This was added as a hacky way to avoid extra memcpy()s in certain use
cases by reading data directly into a caller-provided buffer. However,
SoupRequest now provides a vastly simpler way of doing this.
libsoup/soup-message.c
libsoup/soup-message.h
tests/chunk-test.c