1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

refactor Payload stream

This commit is contained in:
Nikolay Kim
2017-10-26 23:14:33 -07:00
parent 488fb256b4
commit fb0270e27d
9 changed files with 56 additions and 48 deletions

View File

@ -9,6 +9,8 @@
* Refactor `HttpContext::write`
* Refactor `Payload` stream
* Re-use `BinaryBody` for `Frame::Payload`
* Fix disconnection handling.