aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-11-02 12:33:28 +0100
committerIngela Anderton Andin <[email protected]>2017-11-02 12:33:28 +0100
commit3f09864488e77655c9bcb5c70a9b4aead46b3a36 (patch)
tree7ac112eae24b4b06cbf87f6a6e674558c89a2a8b /lib/inets/doc
parent5cbb486b42790e7d6541bb511430dd164a351849 (diff)
parent3e8c1ff94c0a73df71daadd4eb782c21c49f22d9 (diff)
downloadotp-3f09864488e77655c9bcb5c70a9b4aead46b3a36.tar.gz
otp-3f09864488e77655c9bcb5c70a9b4aead46b3a36.tar.bz2
otp-3f09864488e77655c9bcb5c70a9b4aead46b3a36.zip
Merge branch 'maint-20' into maint
* maint-20: Updated OTP version Update release notes inets: Prepare for release inets: httpd - Fix broken handling of POST requests inets: Make sure httpd:stop_service is synchronous inets: httpd - do not hardcode 302 status for location
Diffstat (limited to 'lib/inets/doc')
-rw-r--r--lib/inets/doc/src/notes.xml34
1 files changed, 33 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 10ef84d7cf..1ff6aefaa7 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -33,7 +33,39 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 6.4.2</title>
+ <section><title>Inets 6.4.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Fix broken handling of POST requests</p>
+ <p>
+ New chunk mechanism of body data in POST requests added
+ in 5d01c70ca399edf28e99dc760506329689fab6ba broke
+ handling of POST body data not using the new mechanism.</p>
+ <p>
+ Own Id: OTP-14656</p>
+ </item>
+ <item>
+ <p>
+ Make sure ints:stop/2 of the service httpd is synchronous</p>
+ <p>
+ Own Id: OTP-14696</p>
+ </item>
+ <item>
+ <p>
+ Honor status code returned by ESI script and modernize
+ "location" header handling.</p>
+ <p>
+ Own Id: OTP-14716</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Inets 6.4.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>