Skip to content

http: Add noDelay to http.request() options.

Add the noDelay option to the http.request() options such that .setNoDelay() will be called once a socket is obtained.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading