mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user