libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 3a7b39add8a368aa20e7dc36886d1307cfb7a215
parent 41d2fc1eba51dbb1c2c23d83d18e985f92cd6d53
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Sep 2013 21:00:58 +0000

english

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -8,7 +8,7 @@ Fri Aug 30 13:53:04 CEST 2013 Started to implement #3008 (RFC 2616, section 8.1.4 says HTTP server SHOULD terminate connection if the client closes it for writing via TCP FIN, so we should - to continue to try to read and react differently + continue to try to read and react differently if recv() returns zero). -CG Wed Aug 28 18:40:47 CEST 2013