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 66c8427 commit 0678bedCopy full SHA for 0678bed
‎src/server/encode.rs‎
@@ -91,7 +91,6 @@ impl Encoder {
91
headers.sort_unstable_by_key(|(h, _)| h.as_str());
92
for (header, values) in headers {
93
for value in values.iter() {
94
- eprintln!("{}: {}\r\n", header, value);
95
write!(head, "{}: {}\r\n", header, value)?;
96
}
97
0 commit comments