From 4d658008be5a08ddadbe75ebadb9ef124436b76e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 Mar 2017 15:59:23 +0100 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 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 31b26e6527..e102ad4826 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,45 @@ notes.xml -
Inets 6.3.5 +
Inets 6.3.6 + +
Fixed Bugs and Malfunctions + + +

+ Chunk size decoding could fail. The symptom was that + chunk decoding sometimes failed depending on timing of + the received stream. If chunk size was split into two + different packets decoding would fail.

+

+ Own Id: OTP-13571 Aux Id: ERL-116

+
+ +

+ Prevent httpc user process to hang if httpc_handler + process terminates unexpectedly

+

+ Own Id: OTP-14091

+
+ +

+ Correct Host header, to include port number, when + redirecting requests.

+

+ Own Id: OTP-14097

+
+ +

+ Shutdown gracefully on connection or TLS handshake errors

+

+ Own Id: OTP-14173 Aux Id: seq13262

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