Latest update - 9004

This commit is contained in:
2023-01-03 17:31:26 +09:00
parent f16a0db52f
commit ec540bd229
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ ngx_event_recvmsg(ngx_event_t *ev)
msg.msg_controllen = sizeof(msg_control);
ngx_memzero(&msg_control, sizeof(msg_control));
}
}
#endif
n = recvmsg(lc->fd, &msg, 0);
+1 -1
View File
@@ -79,7 +79,7 @@ ngx_quic_recvmsg(ngx_event_t *ev)
msg.msg_controllen = sizeof(msg_control);
ngx_memzero(&msg_control, sizeof(msg_control));
}
}
#endif
n = recvmsg(lc->fd, &msg, 0);