commit 741ca4907942d10defcc6133286e1766665d18c1 parent 9273b46d54a0ee19a0ab7269653056b86c9f7dcd Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 7 Apr 2015 23:57:13 +0000 -space Diffstat:
| M | src/microhttpd/connection.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1673,7 +1673,7 @@ do_read (struct MHD_Connection *connection) return MHD_NO; if (ECONNRESET == err) { - CONNECTION_CLOSE_ERROR(connection, NULL); + CONNECTION_CLOSE_ERROR (connection, NULL); return MHD_NO; } #if HAVE_MESSAGES