summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2020-02-22 11:46:24 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2020-03-06 11:52:30 +0100
commitec8a17cc861c8282ae33ae36030d1702e41b275a (patch)
treec382e2644c983dd4cb641b8f20d2da743a89b1a5 /changelog.md
parentb80d293a3f8c301a2d9188fb409162028a00edca (diff)
downloadNim-ec8a17cc861c8282ae33ae36030d1702e41b275a.tar.gz
Revert broken asynchttpserver FutureStream additions.
As discussed in #13394, these changes cannot work. Reverted via

```
git revert --no-commit 5bf571f061d53d35aab727f420afd9f415987723
git revert --no-commit abd660c407d00d0c4f2129ff11bfc69badda8ece
git revert --no-commit 955465e5f42b1353f69f3bd884908a7ef91ce13b
git commit
```
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 63296ce04..52406a972 100644
--- a/changelog.md
+++ b/changelog.md
@@ -98,8 +98,6 @@ echo f
 
 ## Library changes
 
-- `asynchttpserver` added an iterator that allows the request body to be read in
-   chunks of data when new server "stream" option is set to true.
 - `asyncdispatch.drain` now properly takes into account `selector.hasPendingOperations`
   and only returns once all pending async operations are guaranteed to have completed.
 - `asyncdispatch.drain` now consistently uses the passed timeout value for all