diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 17:22:06 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 17:22:06 +0200 |
commit | 7c27ae290554d9577ac7c93c5d0c6106b647dc52 (patch) | |
tree | 9b96c847df27501e71d38d5d199a85fe18525844 /lib/inets/doc/src/notes.xml | |
parent | 9d4dd02d9faf0e2a8d51b0b9a033b888afb98a0e (diff) | |
parent | e4605d7a3b9f9be9e437689a79df0f568df8fdac (diff) | |
download | otp-7c27ae290554d9577ac7c93c5d0c6106b647dc52.tar.gz otp-7c27ae290554d9577ac7c93c5d0c6106b647dc52.tar.bz2 otp-7c27ae290554d9577ac7c93c5d0c6106b647dc52.zip |
[httpc] Remove unnecessary usage of iolist_to_binary when
processing body (for PUT and POST).
Filipe David Manana
OTP-9317
Merge branch 'bmk/inets/httpc/remove_unnecessary_iolist_to_binary_usage2/OTP-9317' into bmk/inets/inets57_integration2
Conflicts:
lib/inets/doc/src/notes.xml
lib/inets/src/inets_app/inets.appup.src
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index f9f02a21e2..47198b1b91 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -61,6 +61,13 @@ <list> <item> + <p>[httpc] Remove unnecessary usage of iolist_to_binary when + processing body (for PUT and POST). </p> + <p>Filipe David Manana</p> + <p>Own Id: OTP-9317</p> + </item> + + <item> <p>[ftp] FTP client doesn't work with IPv6 host.</p> <p>Attila Rajmund Nohl</p> <p>Own Id: OTP-9342 Aux Id: seq11853</p> |