Reference Manual does not match code
Posted: Tue Feb 25, 2020 7:44 pm
There are discrepancies between the Reference Manual PDF and the actual code.
For instance... the manual refers to httpdGetConnection which does not exist.
The manual shows httpdReadRequest with one parameter (httpd *server) but the code has three (server, plus timeout, plus int pointer to status) and there is no documentation on status returns.
Assuming the code is correct (of course!) where can we find updated documentation that matches it?
For instance... the manual refers to httpdGetConnection which does not exist.
The manual shows httpdReadRequest with one parameter (httpd *server) but the code has three (server, plus timeout, plus int pointer to status) and there is no documentation on status returns.
Assuming the code is correct (of course!) where can we find updated documentation that matches it?