aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-21 07:32:59 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-21 07:32:59 -0800
commitf7800d315d657d7a702c040d8e3b295d0584b59c (patch)
tree941b246eeebee033b0ff29ececfe06d282baf746 /docs
parent38c005e7c07b5ccaab3345dc8c66cbc27b95692a (diff)
downloadnng-f7800d315d657d7a702c040d8e3b295d0584b59c.tar.gz
nng-f7800d315d657d7a702c040d8e3b295d0584b59c.tar.bz2
nng-f7800d315d657d7a702c040d8e3b295d0584b59c.zip
fixes #1141 nng_http_client_transact(), chunked encoding
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_http_client_transact.3http.adoc7
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.