libmicrohttpd

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

commit 33f02e62a70ad760fbe274afc15b07dcfc31e024
parent b8f3cf79d55cbf985780e6ccec0b0aec74160ce2
Author: ng0 <ng0@n0.is>
Date:   Thu,  1 Aug 2019 17:08:37 +0000

remove commentblock

Diffstat:
Msrc/microhttpd/mhd_send.c | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c @@ -377,19 +377,6 @@ MHD_send_on_connection2_ (struct MHD_Connection *connection, msg.msg_iov = vector; msg.msg_iovlen = 2; - /* - * questionable for this case, bus maybe worth considering for now: - * On at least NetBSD (and FreeBSD?) we need to set both msg_control and - * mgs_controllen to 0. - * If you set msg_control to nonnull, NetBSD expects you to have - * msg_controllen > 0. (sys/kern/uipc_syscalls.c in do_sys_sendmsg_so) - * for reference. Thanks to pDNS (for FreeBSD), Riastradh for NetBSD. - * FIXME: this is unnecessary, see the memset() above? - */ - /* - msg.msg_control = 0; - msg.msg_controllen = 0; - */ ret = sendmsg (s, &msg, MAYBE_MSG_NOSIGNAL); } #elif HAVE_WRITEV