diff options
author | dom96 <dominikpicheta@googlemail.com> | 2012-05-03 23:16:37 +0100 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2012-05-03 23:16:37 +0100 |
commit | ce412b4b6cf559fb72648cea04bcf7b98458a999 (patch) | |
tree | 0eb2de6a9342c6bf6334c69b502b806782866c9f /web/news.txt | |
parent | 28b68d914ecef78ecf8e5068583b8ed3f5e7a302 (diff) | |
download | Nim-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-x | web/news.txt | 3 |
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 ----------------- |