From e8d5c394fcbc4abc435c4559a81192eb0481081d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 13 Sep 2017 10:36:21 +0200 Subject: Update release notes --- lib/inets/doc/src/notes.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'lib/inets') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 2f4f20347a..c85600d0be 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,41 @@ notes.xml -
Inets 6.4 +
Inets 6.4.1 + +
Fixed Bugs and Malfunctions + + +

+ http_uri aligned to follow RFC 3986 and not convert "+" + to space when decoding URIs.

+

+ Own Id: OTP-14573

+
+
+
+ + +
Improvements and New Features + + +

+ Added new option max_client_body_chunk to httpd server to + allow chunked delivery of PUT and POST data to mod_esi + callback. Note, new mod_esi callback implementation is + required.

+

+ Also correct value provided by server_name environment + variable

+

+ Own Id: OTP-14450

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