diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 17:14:54 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 17:14:54 +0200 |
commit | e4605d7a3b9f9be9e437689a79df0f568df8fdac (patch) | |
tree | 22e71c15c35741b7764b31e0a8011e2b22dfc09b /lib/inets/src/inets_app | |
parent | 5eec30647ab41ad9a0c9911d2e4e300ecb501333 (diff) | |
download | otp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.tar.gz otp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.tar.bz2 otp-e4605d7a3b9f9be9e437689a79df0f568df8fdac.zip |
[httpc] Remove unnecessary usage of iolist_to_binary when
processing body (for PUT and POST).
Filipe David Manana
OTP-9317
Diffstat (limited to 'lib/inets/src/inets_app')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 47f3fbba58..260a0984f2 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,6 +18,11 @@ {"%VSN%", [ + {"5.6", + [ + {load_module, httpc, soft_purge, soft_purge, []} + ] + }, {"5.5.2", [ {restart_application, inets} @@ -40,6 +45,11 @@ } ], [ + {"5.6", + [ + {load_module, httpc, soft_purge, soft_purge, []} + ] + }, {"5.5.2", [ {restart_application, inets} |