diff options
author | Rickard Green <[email protected]> | 2017-03-14 16:21:00 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-14 16:21:00 +0100 |
commit | 27df945c35aa541330700d75b6844de9886361b2 (patch) | |
tree | 7fd93336232d2e8f17612ffcf114d9d7e1038fe9 /lib/inets/doc/src | |
parent | aec64f75c5a2a044b9e5cec77fb2ca243ff1b212 (diff) | |
parent | a748cafdc7063d9f181ba12088db6458793ced2f (diff) | |
download | otp-27df945c35aa541330700d75b6844de9886361b2.tar.gz otp-27df945c35aa541330700d75b6844de9886361b2.tar.bz2 otp-27df945c35aa541330700d75b6844de9886361b2.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Conflicts:
OTP_VERSION
lib/typer/doc/src/notes.xml
lib/typer/vsn.mk
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 1d8432ee35..2ed02e021e 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,45 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.3.5</title> + <section><title>Inets 6.3.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + 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.</p> + <p> + Own Id: OTP-13571 Aux Id: ERL-116 </p> + </item> + <item> + <p> + Prevent httpc user process to hang if httpc_handler + process terminates unexpectedly</p> + <p> + Own Id: OTP-14091</p> + </item> + <item> + <p> + Correct Host header, to include port number, when + redirecting requests.</p> + <p> + Own Id: OTP-14097</p> + </item> + <item> + <p> + Shutdown gracefully on connection or TLS handshake errors</p> + <p> + Own Id: OTP-14173 Aux Id: seq13262 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.3.5</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |