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 eb85ecd commit 8c40cf9Copy full SHA for 8c40cf9
edge-http/src/io.rs
@@ -1211,11 +1211,10 @@ mod raw {
1211
written = true;
1212
}
1213
1214
+ if written {
1215
+ output.write_all(b" ").await.map_err(Error::Io)?;
1216
+ }
1217
if let Some(extra) = extra {
- if written {
- output.write_all(b" ").await.map_err(Error::Io)?;
- }
1218
-
1219
output
1220
.write_all(extra.as_bytes())
1221
.await
0 commit comments