diff options
author | Micael Karlberg <[email protected]> | 2011-03-18 10:22:56 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-18 10:22:56 +0100 |
commit | 588a0d9c86b1b85a2cd7635460564ddaac566882 (patch) | |
tree | 6f86ef92bdea8a01310cb89703beb1e69c9280bd /lib/inets/doc/src/notes.xml | |
parent | 91b2e57ea0e3ab794d4b57a12ef10205383525a5 (diff) | |
parent | f10de199e5aad1aecbff03a5e7af9e1c5d017301 (diff) | |
download | otp-588a0d9c86b1b85a2cd7635460564ddaac566882.tar.gz otp-588a0d9c86b1b85a2cd7635460564ddaac566882.tar.bz2 otp-588a0d9c86b1b85a2cd7635460564ddaac566882.zip |
Merge branch 'bmk/inets/httpc/support_upload_body_streaming/OTP-9094' into bmk/inets/inet56_integration
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 5da9d98002..4c572e3a9c 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,6 +32,43 @@ <file>notes.xml</file> </header> + <section><title>Inets 5.6</title> + + <section><title>Improvements and New Features</title> +<!-- + <p>-</p> +--> + <list> + <item> + <p>[httpc] Add support for upload body streaming (PUT and POST).</p> + <p>For more info, + see the definition of the <c>Body</c> argument of the + <seealso marker="httpc#request2">request/4,5</seealso> + function. </p> + <p>Filipe David Manana</p> + <p>Own Id: OTP-9094</p> + </item> + </list> + </section> + + <section><title>Fixed Bugs and Malfunctions</title> + <p>-</p> + +<!-- + <list> + <item> + <p>[httpc] Pipelined and queued requests not processed when + connection closed remotelly.</p> + <p>Own Id: OTP-8906</p> + </item> + </list> +--> + </section> + + + </section> <!-- 5.6 --> + + <section><title>Inets 5.5.2</title> <section><title>Improvements and New Features</title> |