Skip to content

doc: fix an error with the description of HTTP Agent Options

Rodrigo Muino Tomonari requested to merge github/fork/stegano/docs/http into master
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

KeepAlive works fine even if the keepAlive value of http.Agent options is set to true and the maxSockets value is set to Infinite. I don't know when this was patched, but it seems like a document update is needed.

Merge request reports

Loading