aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-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;