From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 02aa9089f6..d1bfa28013 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,96 @@ notes.xml -
Inets 5.10.9 +
Inets 6.0 + +
Fixed Bugs and Malfunctions + + +

+ Fix race condition in httpc. If the socket is closed by + the peer do not try to close it again.

+

+ Own Id: OTP-11845

+
+ +

+ Avoid process leak by gracefully terminating httpc + request handler process when send operation fails.

+

+ Own Id: OTP-12362

+
+ +

+ Reject messages with a Content-Length less than 0

+

+ Own Id: OTP-12739 Aux Id: seq12860

+
+ +

+ Let gen_tcp:controlling_process/2 and + inet_sctp:connect/[45] propagate prim_inet:setopt/3 + errors instead of having them generate badmatch + exceptions.

+

+ Own Id: OTP-12798

+
+
+
+ + +
Improvements and New Features + + +

+ Remove Server Side Include support from inets, as this is + an old technic that has security issues and was not well + tested.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-12156

+
+ +

+ New value in server_tokens config for limiting + banner grabbing attempts.

+

+ By setting {server_tokens, none} in + ServiceConfig for inets:start(httpd, + ServiceConfig), the "Server:" header will not be set + in messages from the server.

+

+ Own Id: OTP-12661 Aux Id: seq12840

+
+ +

+ To enable the HTTP server to run in a virtualized + environment, where there can be more that one server that + has the same ip-address and port, we add a new option + profile.

+

+ Own Id: OTP-12674

+
+ +

+ httpc: Fix implementation of gracefull shudown to work as + intended for keep alive connections not using pipelining.

+

+ Own Id: OTP-12803

+
+ +

+ Correct handling of proxy options when using persistent + connections.

+

+ Own Id: OTP-12822

+
+
+
+ +
+ +
Inets 5.10.9
Improvements and New Features -- cgit v1.2.3