summaryrefslogtreecommitdiffstats
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 19:44:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-17 19:44:53 +0000
commit14f445102e0b861845ccd53a5d6777a25bc75c7e (patch)
treedd687f869f194e1a85777221a8c8f0cd6b836205 /apps/ChangeLog.txt
parent040391cfab5aa7d508055ca12f551f5e5a3f924c (diff)
Add option for single connection web server. From Kate.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5157 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ced9250fa0..070a784302 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -332,4 +332,6 @@
* apps/netutils/uip_listenon.c: Logic in uip_server.c that creates
the listening socket was moved to this new file to support re-use.
Contributed by Kate.
+ * apps/netutils/webserver/httpd.c: The option CONFIG_NETUTILS_HTTPD_SINGLETHREAD
+ can now be used to limit the server to a single thread. From Kate.