Skip to content

doc: document http request.finished boolean

Rodrigo Muino Tomonari requested to merge github/fork/watson/http-docs into master

This boolean have been there from the beginning and have always been set synchronously to true during the call to request.end().

In early versions request.end() was called request.close() (pre v0.1.90) and even earlier request.finish() (pre v0.1.29), but the concept was the same.

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

Merge request reports

Loading