From 737eac0506503d92e16406584ff652f45bde5b0e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 28 Aug 2018 10:21:14 +0200 Subject: Update release notes --- lib/inets/doc/src/notes.xml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'lib/inets') 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 @@ notes.xml -
Inets 6.5.2.3 +
Inets 6.5.2.4 + +
Fixed Bugs and Malfunctions + + +

+ 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.

+

+ Own Id: OTP-15241

+
+ +

+ 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.

+

+ Own Id: OTP-15242

+
+
+
+ +
+ +
Inets 6.5.2.3
Fixed Bugs and Malfunctions -- cgit v1.2.3