libsoup r1009 - in branches/libsoup-2.4: . libsoup tests



Author: danw
Date: 2008-01-04 22:02:44 +0000 (Fri, 04 Jan 2008)
New Revision: 1009
ViewCVS link: http://svn.gnome.org/viewcvs/libsoup?rev=1009&view=rev

Modified:
   branches/libsoup-2.4/ChangeLog
   branches/libsoup-2.4/libsoup/soup-message-body.c
   branches/libsoup-2.4/libsoup/soup-message-body.h
   branches/libsoup-2.4/libsoup/soup-message-io.c
   branches/libsoup-2.4/libsoup/soup-message.c
   branches/libsoup-2.4/libsoup/soup-message.h
   branches/libsoup-2.4/tests/context-test.c
   branches/libsoup-2.4/tests/simple-httpd.c
Log:
	* libsoup/soup-message-body.c (soup_buffer_new)
	(soup_message_body_append): Reorder the arguments to match
	soup_message_set_request/response, so it's not confusing.

	* libsoup/soup-message.c (wrote_chunk): remove the "chunk" arg
	from the signal, as it turns out to be *in*convenient, since most
	callers use this signal to mean "need another chunk", so they want
	it to have the same prototype as "wrote_headers", which means
	"need first chunk".





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]