| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
If the udp socket is not ready and we are accumulating messages to send, it needs to delay closing the socket when all messages are flushed. Fixes: nodejs#7061 PR-URL: nodejs#7066 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sorry, something went wrong.
|
handful of failures on AIX https://ci.nodejs.org/job/node-test-commit-aix/2006/nodes=aix61-ppc64/tapTestReport/ /cc @nodejs/platform-aix edit: the sam AIX failures are showing up in other unrelated PR's |
Sorry, something went wrong.
|
arm failure is infra related... AIX failures unrelated. Landed in 4571c84 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
dgram
Description of change
If the udp socket is not ready and we are accumulating
messages to send, it needs to delay closing the socket when
all messages are flushed.
Backport of #7066
cc @thealphanerd