Skip to content

Commit 052b5fb

Browse files
committed
Removed Debug data
1 parent 82d5b2d commit 052b5fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/http1/my_http_client_inner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ impl<TStream: tokio::io::AsyncRead + tokio::io::AsyncWrite + Send + Sync + 'stat
266266
}
267267

268268
for chunk in payload.chunks(1024 * 1024) {
269-
println!("Req chunk: {:?}", std::str::from_utf8(chunk));
270-
271269
let future = stream.write_all(chunk);
272270

273271
let result = tokio::time::timeout(send_to_socket_timeout, future).await;

0 commit comments

Comments
 (0)