mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
_len -> _size
This commit is contained in:
@@ -343,7 +343,7 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection,
|
||||
ret = writev (s, vector, iovcnt);
|
||||
#endif
|
||||
|
||||
if (ret == header_len + buffer_len)
|
||||
if (ret == header_size + buffer_size)
|
||||
want_cork = false;
|
||||
|
||||
post_cork_setsockopt (connection, want_cork);
|
||||
|
||||
Reference in New Issue
Block a user