_len -> _size

This commit is contained in:
ng0
2019-07-29 20:01:01 +00:00
parent 379da4ce09
commit 8ce24c2ae4
+1 -1
View File
@@ -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);