mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
remove debug print
This commit is contained in:
parent
f0f67072ae
commit
4ca9fd2ad1
@ -1,6 +1,6 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.7.5] - 2018-09-02
|
## [0.7.5] - 2018-09-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
* Handling scoped paths without leading slashes #460
|
* Handling scoped paths without leading slashes #460
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Read client response until eof if connection header set to close #464
|
* Read client response until eof if connection header set to close #464
|
||||||
|
@ -494,7 +494,6 @@ fn client_read_until_eof() {
|
|||||||
let req = client::ClientRequest::get(format!("http://{}/", addr).as_str())
|
let req = client::ClientRequest::get(format!("http://{}/", addr).as_str())
|
||||||
.finish()
|
.finish()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
println!("TEST: {:?}", req);
|
|
||||||
let response = sys.block_on(req.send()).unwrap();
|
let response = sys.block_on(req.send()).unwrap();
|
||||||
assert!(response.status().is_success());
|
assert!(response.status().is_success());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user