aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-08-28 15:36:36 +0200
committerPéter Dimitrov <[email protected]>2018-08-28 15:36:36 +0200
commit547b4ec00465a9fb8be40772b6bcc3609d92a0d1 (patch)
tree518fdd418fa5577bb5c9e306bfb420fb674dff92 /lib/inets/doc
parentef6995cf398870ecaafef972282795a6a7d48e58 (diff)
parentf2fac67bc61407017acc3d8db3b36c3e08804394 (diff)
downloadotp-547b4ec00465a9fb8be40772b6bcc3609d92a0d1.tar.gz
otp-547b4ec00465a9fb8be40772b6bcc3609d92a0d1.tar.bz2
otp-547b4ec00465a9fb8be40772b6bcc3609d92a0d1.zip
Merge branch 'maint'
* maint: Updated OTP version Update release notes stdlib: Let dets:open_file() crash when given raw file name Fix kernel_app doc logger_level default from info to notice Change-Id: I581946ac5cec6574ed79017e2987039c1fdcf80a
Diffstat (limited to 'lib/inets/doc')
-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 a47893c5a2..8cf2b1e8a4 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>