summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authordom96 <dominikpicheta@googlemail.com>2012-05-03 23:16:37 +0100
committerdom96 <dominikpicheta@googlemail.com>2012-05-03 23:16:37 +0100
commitce412b4b6cf559fb72648cea04bcf7b98458a999 (patch)
tree0eb2de6a9342c6bf6334c69b502b806782866c9f /web/news.txt
parent28b68d914ecef78ecf8e5068583b8ed3f5e7a302 (diff)
downloadNim-ce412b4b6cf559fb72648cea04bcf7b98458a999.tar.gz
The httpserver now gathers the headers for the user. Fixed ambiguity in recvLine in the sockets module.
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 64d0ce928..578e2203c 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -15,7 +15,8 @@ Bugfixes
 - Fixed a bug concerning implicit type conversions in ``case`` statements.
 - Fixed a serious code generation bug that caused ``algorithm.sort`` to
   produce segmentation faults.
-
+- Fixed ambiguity in recvLine which meant that receiving ``\r\L`` was
+  indistinguishable from disconnections.
 
 Library Additions
 -----------------