Skip to content

Commit a1a6e1c

Browse files
committed
fix comment
1 parent 737308f commit a1a6e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/response.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ pub struct IncomingBody {
101101
// How many bytes have we already read from the buf?
102102
buf_offset: usize,
103103

104-
// IMPORTANT: the order of these fields here matters. `incoming_body` must
105-
// be dropped before `body_stream`.
104+
// IMPORTANT: the order of these fields here matters. `body_stream` must
105+
// be dropped before `_incoming_body`.
106106
body_stream: InputStream,
107107
_incoming_body: WasiIncomingBody,
108108
}

0 commit comments

Comments
 (0)