aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-26 21:48:29 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-26 21:48:29 +0200
commit1544473910fb629895bfa7a757f6d8cf31c973b7 (patch)
treea044e290578467c71868103bfd638caebc61d7ec
parent2133a6d6b4c35b11a485404b84fcd946dcc96a19 (diff)
downloadlibmicrohttpd-1544473910fb629895bfa7a757f6d8cf31c973b7.tar.gz
libmicrohttpd-1544473910fb629895bfa7a757f6d8cf31c973b7.zip
fix typo
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 77fcd849..901cac0e 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3087,7 +3087,7 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
3087 } 3087 }
3088 if (ret > wb_ready) 3088 if (ret > wb_ready)
3089 { 3089 {
3090 mhd_assert (NULL == connection->repsonse->crc); 3090 mhd_assert (NULL == connection->response->crc);
3091 /* We sent not just header data but also some response data, 3091 /* We sent not just header data but also some response data,
3092 update both offsets! */ 3092 update both offsets! */
3093 connection->write_buffer_send_offset += wb_ready; 3093 connection->write_buffer_send_offset += wb_ready;