diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_http_conn_transact.3http.adoc | 7 | ||||
| -rw-r--r-- | docs/man/nng_http_handler_collect_body.3http.adoc | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/docs/man/nng_http_conn_transact.3http.adoc b/docs/man/nng_http_conn_transact.3http.adoc index bd41f659..a38592b6 100644 --- a/docs/man/nng_http_conn_transact.3http.adoc +++ b/docs/man/nng_http_conn_transact.3http.adoc @@ -48,11 +48,6 @@ exists. That function behaves similarily, but creates a connection on demand for the transaction, and disposes of it when finished. -NOTE: This function does not support reading data sent using chunked -transfer encoding, and if the server attempts to do so, the underlying -connection will be closed and an `NNG_ENOTSUP` error will be returned. -This limitation is considered a bug, and a fix is planned for the future. - WARNING: If the remote server tries to send an extremely large buffer, then a corresponding allocation will be made, which can lead to denial of service attacks. @@ -79,7 +74,7 @@ None. `NNG_ECLOSED`:: The connection was closed. `NNG_ECONNRESET`:: The peer closed the connection. `NNG_ENOMEM`:: Insufficient free memory to perform the operation. -`NNG_ENOTSUP`:: HTTP operations are not supported, or peer sent chunked encoding. +`NNG_ENOTSUP`:: HTTP operations are not supported. `NNG_EPROTO`:: An HTTP protocol error occurred. `NNG_ETIMEDOUT`:: Timeout waiting for data from the connection. diff --git a/docs/man/nng_http_handler_collect_body.3http.adoc b/docs/man/nng_http_handler_collect_body.3http.adoc index 875f32c4..273f8dc6 100644 --- a/docs/man/nng_http_handler_collect_body.3http.adoc +++ b/docs/man/nng_http_handler_collect_body.3http.adoc @@ -58,7 +58,7 @@ If this header is absent, the request is assumed not to contain any data. NOTE: This specifically does not support the `Chunked` transfer-encoding. 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 -not create few limitations. +create few limitations. == RETURN VALUES |
