diff options
author | Micael Karlberg <[email protected]> | 2012-01-13 12:48:28 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-13 12:53:21 +0100 |
commit | aaf8fc6097d612f688ca6bc2374669e4f4a08a4d (patch) | |
tree | 2b7de5674251cc8e294db4411538172dc743f81f /lib/inets/doc | |
parent | 021d5c2e49e623d4f43c0cc88a097bc99f3564e6 (diff) | |
download | otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.tar.gz otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.tar.bz2 otp-aaf8fc6097d612f688ca6bc2374669e4f4a08a4d.zip |
[inets/httpc] The client incorrectly streams 404 responses
The client incorrectly streams 404 responses. The documentation
specifies that only 200 and 206 responses shall be streamed.
OTP-9860
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index de934b91ea..9d2400660e 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2002</year><year>2011</year> + <year>2002</year><year>2012</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -32,6 +32,41 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.7.3</title> + <section><title>Improvements and New Features</title> + <p>-</p> + +<!-- + <list> + <item> + <p>[httpc|httpd] Added support for IPv6 with ssl. </p> + <p>Own Id: OTP-5566</p> + </item> + + </list> +--> + + </section> + + <section><title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + + <list> + <item> + <p>[httpc] The client incorrectly streams 404 responses. + The documentation specifies that only 200 and 206 responses + shall be streamed. </p> + <p>Own Id: OTP-9860</p> + </item> + + </list> + </section> + + </section> <!-- 5.7.3 --> + + <section><title>Inets 5.7.2</title> <section><title>Improvements and New Features</title> <p>-</p> |