libmicrohttpd

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

commit 1544473910fb629895bfa7a757f6d8cf31c973b7
parent 2133a6d6b4c35b11a485404b84fcd946dcc96a19
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 26 Sep 2019 21:48:29 +0200

fix typo

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -3087,7 +3087,7 @@ MHD_connection_handle_write (struct MHD_Connection *connection) } if (ret > wb_ready) { - mhd_assert (NULL == connection->repsonse->crc); + mhd_assert (NULL == connection->response->crc); /* We sent not just header data but also some response data, update both offsets! */ connection->write_buffer_send_offset += wb_ready;