mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
connection.c: tuned assert
This commit is contained in:
@@ -2958,7 +2958,7 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
|
||||
{
|
||||
const size_t wb_ready = connection->write_buffer_append_offset
|
||||
- connection->write_buffer_send_offset;
|
||||
mhd_assert (connection->write_buffer_append_offset > \
|
||||
mhd_assert (connection->write_buffer_append_offset >= \
|
||||
connection->write_buffer_send_offset);
|
||||
|
||||
/* if the response body is not available, we use MHD_send_on_connection_() */
|
||||
|
||||
Reference in New Issue
Block a user