diff options
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 5dbe761988..05b5f6b6e8 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -38,9 +38,31 @@ <!-- <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> + + <item> + <p>[ftp] Added (type) spec for all exported functions.</p> + <p>Own Id: OTP-9114 Aux Id: seq11799</p> + </item> + + <item> + <p>[httpd] + <seealso marker="mod_esi#deliver">mod_esi:deliver/2</seealso> + made to accept binary data. </p> + <p>Bernard Duggan</p> + <p>Own Id: OTP-9123</p> + </item> + + <item> <p>[httpd] Prevent XSS in error pages. Prevent user controlled input from being interpreted as HTML in error pages by encoding the reserved HTML @@ -48,28 +70,25 @@ <p>Michael Santos</p> <p>Own Id: OTP-9124</p> </item> - </list> + </list> </section> <section><title>Fixed Bugs and Malfunctions</title> <p>-</p> + <!-- <list> <item> - <p>[httpd] httpd_response:send_chunk handles empty list and - empty binary - i.e. no chunk is sent, but it does - not handle a list with an empty binary [<<>>]. - This will be sent as an empty chunk - which in turn - will be encoded by http_chunk to the same as a final - chunk, which will make the http client believe that - the end of the page is reached.</p> - <p>Own Id: OTP-8906</p> + <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 --> |