This commit is contained in:
Christian Grothoff
2007-08-09 16:48:31 +00:00
parent 176e71e062
commit c20800d66b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Run "autoreconf -fi" to create configure.
This is still pre-alpha software. Below we list things that should be
This is still alpha software. Below we list things that should be
implemented (in order of importance) before we can claim to be
reasonably complete. #XXXX refers to the respective Mantis bug report
(or feature request). ARCH indicates that implementing this feature
+1
View File
@@ -1128,6 +1128,7 @@ MHD_connection_handle_write(struct MHD_Connection * connection) {
connection->continuePos = 0;
connection->responseCode = 0;
connection->response = NULL;
connection->headers_received = NULL;
connection->headersReceived = 0;
connection->headersSent = 0;
connection->bodyReceived = 0;