From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index c5105dcba2..fdcb394108 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,42 @@ notes.xml -
Inets 7.0.1 +
Inets 7.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Enhance error handling, that is mod_get will return 403 + if a path is a directory and not a file.

+

+ Own Id: OTP-15192

+
+ +

+ 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 7.0.1
Fixed Bugs and Malfunctions -- cgit v1.2.3