auth url test

This commit is contained in:
Martin Algesten
2018-07-01 18:40:49 +02:00
parent 51744804da
commit 8decd8e489
2 changed files with 29 additions and 1 deletions

View File

@@ -491,7 +491,6 @@ pub fn set_stream(resp: &mut Response, unit: Option<Unit>, stream: Stream) {
resp.stream = Some(stream);
}
fn read_next_line<R: Read>(reader: &mut R) -> IoResult<AsciiString> {
let mut buf = Vec::new();
let mut prev_byte_was_cr = false;