diff options
author | Micael Karlberg <[email protected]> | 2011-06-09 16:11:28 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 18:16:19 +0200 |
commit | 611cccf10cfe98fe2aca018b91e7241714528850 (patch) | |
tree | b423d443aa58b69c7d5c9d9134a94aa31207e762 /lib/inets/doc/src/notes.xml | |
parent | 30dd46d5ac286a5aa39ff38546b72170e7dbfbb2 (diff) | |
download | otp-611cccf10cfe98fe2aca018b91e7241714528850.tar.gz otp-611cccf10cfe98fe2aca018b91e7241714528850.tar.bz2 otp-611cccf10cfe98fe2aca018b91e7241714528850.zip |
Added test cases for httpd.
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index df0b10ef58..2df862fb33 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -35,22 +35,17 @@ <section><title>Inets 5.7</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> + <p>[httpc|httpd] Added support for IPv6 with ssl. </p> + <p>Own Id: OTP-5566</p> </item> </list> ---> </section> @@ -61,11 +56,6 @@ <list> <item> - <p>[httpc|httpd] Added support for IPv6 with ssl. </p> - <p>Own Id: OTP-5566</p> - </item> - - <item> <p>[httpc] Clients started stand-alone not properly handled. Also it was not documented how to use them, that is that once started, they are represented by a <c>pid()</c> and not by |