Skip to content

Commit 78da18c

Browse files
committed
chore: Merge remote-tracking branch 'origin/v1' into v2
2 parents f1eda09 + 8ddbe2b commit 78da18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn handle_connection(mut conn: TcpStream, response: Option<&str>, port: u16) ->
111111
return Some(String::new());
112112
}
113113

114-
let mut headers = [httparse::EMPTY_HEADER; 16];
114+
let mut headers = [httparse::EMPTY_HEADER; 32];
115115
let mut request = httparse::Request::new(&mut headers);
116116
request.parse(&buffer).ok()?;
117117

0 commit comments

Comments
 (0)