diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-21 07:32:59 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-21 07:32:59 -0800 |
| commit | f7800d315d657d7a702c040d8e3b295d0584b59c (patch) | |
| tree | 941b246eeebee033b0ff29ececfe06d282baf746 /docs/man | |
| parent | 38c005e7c07b5ccaab3345dc8c66cbc27b95692a (diff) | |
| download | nng-f7800d315d657d7a702c040d8e3b295d0584b59c.tar.gz nng-f7800d315d657d7a702c040d8e3b295d0584b59c.tar.bz2 nng-f7800d315d657d7a702c040d8e3b295d0584b59c.zip | |
fixes #1141 nng_http_client_transact(), chunked encoding
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/nng_http_client_transact.3http.adoc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/man/nng_http_client_transact.3http.adoc b/docs/man/nng_http_client_transact.3http.adoc index be65c2c0..0585fa7e 100644 --- a/docs/man/nng_http_client_transact.3http.adoc +++ b/docs/man/nng_http_client_transact.3http.adoc @@ -1,6 +1,6 @@ = nng_http_client_transact(3http) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a @@ -46,11 +46,6 @@ exists. That function behaves similarily, but uses an existing connection, which can be reused. -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. |
