diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index eda98f71..5d7f52fb 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -2958,7 +2958,7 @@ MHD_connection_handle_write (struct MHD_Connection *connection) | |||
2958 | { | 2958 | { |
2959 | const size_t wb_ready = connection->write_buffer_append_offset | 2959 | const size_t wb_ready = connection->write_buffer_append_offset |
2960 | - connection->write_buffer_send_offset; | 2960 | - connection->write_buffer_send_offset; |
2961 | mhd_assert (connection->write_buffer_append_offset > \ | 2961 | mhd_assert (connection->write_buffer_append_offset >= \ |
2962 | connection->write_buffer_send_offset); | 2962 | connection->write_buffer_send_offset); |
2963 | 2963 | ||
2964 | /* if the response body is not available, we use MHD_send_on_connection_() */ | 2964 | /* if the response body is not available, we use MHD_send_on_connection_() */ |