diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index def03b68..3a1c3c43 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -3968,8 +3968,6 @@ MHD_connection_handle_write (struct MHD_Connection *connection) | |||
3968 | (NULL != resp->crc) ); | 3968 | (NULL != resp->crc) ); |
3969 | mhd_assert ( (0 == connection->response_write_position) || \ | 3969 | mhd_assert ( (0 == connection->response_write_position) || \ |
3970 | (resp->total_size == | 3970 | (resp->total_size == |
3971 | connection->response_write_position) || \ | ||
3972 | (MHD_SIZE_UNKNOWN == | ||
3973 | connection->response_write_position) ); | 3971 | connection->response_write_position) ); |
3974 | mhd_assert ((MHD_CONN_MUST_UPGRADE != connection->keepalive) || \ | 3972 | mhd_assert ((MHD_CONN_MUST_UPGRADE != connection->keepalive) || \ |
3975 | (! connection->rp_props.send_reply_body)); | 3973 | (! connection->rp_props.send_reply_body)); |