diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2020-02-22 11:46:24 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2020-03-06 11:52:30 +0100 |
commit | ec8a17cc861c8282ae33ae36030d1702e41b275a (patch) | |
tree | c382e2644c983dd4cb641b8f20d2da743a89b1a5 /changelog.md | |
parent | b80d293a3f8c301a2d9188fb409162028a00edca (diff) | |
download | Nim-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.md | 2 |
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 |