diff options
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nng_http_handler_collect_body.3http.adoc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/man/nng_http_handler_collect_body.3http.adoc b/docs/man/nng_http_handler_collect_body.3http.adoc index b614f675..d02919cd 100644 --- a/docs/man/nng_http_handler_collect_body.3http.adoc +++ b/docs/man/nng_http_handler_collect_body.3http.adoc @@ -20,7 +20,7 @@ nng_http_handler_collect_body - set HTTP handler to collect request body #include <nng/nng.h> #include <nng/supplemental/http/http.h> -int nng_http_handler_collect_body(nng_http_handler *handler, bool want, size_t maxsz); +void nng_http_handler_collect_body(nng_http_handler *handler, bool want, size_t maxsz); ---- == DESCRIPTION @@ -60,15 +60,6 @@ This is considered a bug, and is a deficiency for full HTTP/1.1 compliance. However, few clients send data in this format, so in practice this should create few limitations. -== RETURN VALUES - -This function returns 0 on success, and non-zero otherwise. - -== ERRORS - -[horizontal] -`NNG_ENOTSUP`:: No support for HTTP in the library. - == SEE ALSO [.text-left] |
