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

remove debug print

This commit is contained in:
Nikolay Kim
2018-09-03 22:09:12 -07:00
parent f0f67072ae
commit 4ca9fd2ad1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.7.5] - 2018-09-02
## [0.7.5] - 2018-09-04
### Added
@ -15,6 +15,7 @@
* Handling scoped paths without leading slashes #460
### Changed
* Read client response until eof if connection header set to close #464