We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737308f commit a1a6e1cCopy full SHA for a1a6e1c
src/http/response.rs
@@ -101,8 +101,8 @@ pub struct IncomingBody {
101
// How many bytes have we already read from the buf?
102
buf_offset: usize,
103
104
- // IMPORTANT: the order of these fields here matters. `incoming_body` must
105
- // be dropped before `body_stream`.
+ // IMPORTANT: the order of these fields here matters. `body_stream` must
+ // be dropped before `_incoming_body`.
106
body_stream: InputStream,
107
_incoming_body: WasiIncomingBody,
108
}
0 commit comments