aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-08-28 15:32:53 +0200
committerPéter Dimitrov <[email protected]>2018-08-28 15:32:53 +0200
commitf2fac67bc61407017acc3d8db3b36c3e08804394 (patch)
treead541cf54111efa748aa3695d30af842a21957c7 /lib/inets
parentd255a2eb5a7d26c72300eef4d21a7f6c63e85423 (diff)
parent9dc3d174810d468e718731953de3e9cc4bc95f43 (diff)
downloadotp-f2fac67bc61407017acc3d8db3b36c3e08804394.tar.gz
otp-f2fac67bc61407017acc3d8db3b36c3e08804394.tar.bz2
otp-f2fac67bc61407017acc3d8db3b36c3e08804394.zip
Merge branch 'maint-20' into maint
* maint-20: Updated OTP version Update release notes Change-Id: I78586395e5784dc76b8a803a25f8054a251e1fd8
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/notes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 6c4d4cb107..c5105dcba2 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -108,6 +108,34 @@
</section>
+ <section><title>Inets 6.5.2.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Do not use chunked-encoding with 1xx, 204 and 304
+ responses when using mod_esi. Old behavior was not
+ compliant with HTTP/1.1 RFC and could cause clients to
+ hang when they received 1xx, 204 or 304 responses that
+ included an empty chunked-encoded body.</p>
+ <p>
+ Own Id: OTP-15241</p>
+ </item>
+ <item>
+ <p>
+ Add robust handling of chunked-encoded HTTP responses
+ with an empty body (1xx, 204, 304). Old behavior could
+ cause the client to hang when connecting to a faulty
+ server implementation.</p>
+ <p>
+ Own Id: OTP-15242</p>
+ </item>
+ </list>
+ </section>
+
+ </section>
+
<section><title>Inets 6.5.2.3</title>
<section><title>Fixed Bugs and Malfunctions</title>