aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/notes.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-12 18:12:27 +0200
committerMicael Karlberg <[email protected]>2011-04-12 18:12:27 +0200
commitf9346bbd247b8fcef5e4f68e94b429cb39f9d4ac (patch)
tree08a69b3f5050ab97e1571b99bff1a494780bccd2 /lib/inets/doc/src/notes.xml
parenta0c01db642374fb9fbbbb47263929f1e442e20d7 (diff)
parentd0f399b4b08b5cd9fb54bec5d71c82b560199c86 (diff)
downloadotp-f9346bbd247b8fcef5e4f68e94b429cb39f9d4ac.tar.gz
otp-f9346bbd247b8fcef5e4f68e94b429cb39f9d4ac.tar.bz2
otp-f9346bbd247b8fcef5e4f68e94b429cb39f9d4ac.zip
Merge branch 'bmk/inets/httpd/extended_fd/OTP-9202' into bmk/inets/inet56_integration
OTP-9202
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r--lib/inets/doc/src/notes.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index f9411fed2a..df3bf19066 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -77,6 +77,20 @@
<p>Own Id: OTP-9157</p>
</item>
+ <item>
+ <p>[httpd] Extended support for file descriptors.
+ In order to be able to bind to a privileged port
+ without running the erlang VM as root, the support
+ for using file descriptors has been improved.
+ It is now possible to add the file descriptor to the config
+ (option fd) when calling the
+ <seealso marker="inets#start2">inets:start(httpd, ...)</seealso>
+ function. </p>
+ <p>Attila Rajmund Nohl</p>
+ <p>Own Id: OTP-9202</p>
+ <p>Aux Id: seq11819</p>
+ </item>
+
</list>
</section>
@@ -162,7 +176,8 @@
are URL-encoded. Added support in http-client to use
URL-encoding. Also added the missing include directory
for the inets application.</p>
- <p>Own Id: OTP-8940 Aux Id: seq11735 </p>
+ <p>Own Id: OTP-8940</p>
+ <p>Aux Id: seq11735</p>
</item>
</list>
</section>