Skip to content

Commit 8096afb

Browse files
committed
lib.rs: Add TODO comment
1 parent b3caa92 commit 8096afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ pub mod http {
205205
};
206206

207207
// 11. Read body
208+
// TODO(corona10): Implement ChunkedReader
208209
let mut unchunked; // for chunked
209210
let mut reader = match headers.get("transfer-encoding") {
210211
Some(encoding) => {

0 commit comments

Comments
 (0)