CVSROOT:        /cvs/gnome
Module name:    gnet
Changes by:     tpm     06/10/30 07:44:24

Modified files:
        .              : ChangeLog 
        src            : conn-http.c 

Log message:
* src/conn-http.c: (gnet_conn_http_conn_connected),
(gnet_conn_http_conn_recv_response),
(gnet_conn_http_conn_recv_headers),
(gnet_conn_http_conn_recv_chunk_body),
(gnet_conn_http_conn_recv_nonchunked_data),
(gnet_conn_http_conn_cb):
Fix behaviour when the server closes the connection (this is not
automatically an error). Fix retrieval of non-text data in
non-chunked mode (we would use _readline() for non-chunked mode,
but this might cause data at the end of the file to be lost if
the file is random binary data).

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnet&who=tpm&date=explicit&mindate=2006-10-30%2007:43&maxdate=2006-10-30%2007:45

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to