summaryrefslogtreecommitdiffstats
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-22 12:23:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-22 12:23:35 +0000
commit23bb449f09e8044736e257cde80e07473216a30e (patch)
treef4c668f22f5565dd59a10c869e7116c15572442b /apps/ChangeLog.txt
parent518462e5c1e9f6b49c2b512034782e967cdb3d4f (diff)
More webserver updates from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5173 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 e098099155..c5b8dec92d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -336,3 +336,5 @@
can now be used to limit the server to a single thread. Option
CONFIG_NETUTILS_HTTPD_TIMEOUT can be used to generate HTTP 408 errors.
Both from Kate.
+ * apps/netutils/webserver/httpd.c: Improvements to HTTP parser from
+ Kate.