diff options
author | Erlang/OTP <[email protected]> | 2018-08-28 10:21:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-28 10:21:14 +0200 |
commit | 737eac0506503d92e16406584ff652f45bde5b0e (patch) | |
tree | e7dddd1d9388163ba9094e7b588435bca46422f3 /lib/inets/doc | |
parent | ab8faff46daf24db6f20dc2a307cf68d53034450 (diff) | |
download | otp-737eac0506503d92e16406584ff652f45bde5b0e.tar.gz otp-737eac0506503d92e16406584ff652f45bde5b0e.tar.bz2 otp-737eac0506503d92e16406584ff652f45bde5b0e.zip |
Update release notes
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 051430956f..8374c0abef 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,35 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.5.2.3</title> + <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> <list> |