Skip to content

net: report uv_tcp_open() errors

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/tcp-open into master

uv_tcp_open() can fail. Prior to this commit, any error was being silently ignored. This commit raises the errors.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading