libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit e1807005969ccf5d0a9b53d9f8eb8f329e509e3e
parent e072dbba655ff8ee52ecd00631b4732334320c93
Author: ng0 <ng0@n0.is>
Date:   Wed, 24 Jul 2019 15:53:51 +0000

fix failure to build.

Diffstat:
Msrc/microhttpd/connection.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -3425,8 +3425,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection) [connection->write_buffer_send_offset], connection->write_buffer_append_offset - connection->write_buffer_send_offset, - response_body, - response_size); + connection->response->data, + connection->response->data_buffer_size); } if (ret < 0)