mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
connection.c: push response headers for upgrade responses
This commit is contained in:
@@ -2963,6 +2963,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
|
||||
0,
|
||||
((0 == resp->total_size) ||
|
||||
(resp->total_size ==
|
||||
connection->response_write_position) ||
|
||||
(MHD_SIZE_UNKNOWN ==
|
||||
connection->response_write_position)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user