-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I started getting HttpHeader(TooManyHeaders) on one of the servers I'm connecting to.
Seems like there is hardcoded maximum number of headers the library can support:
embedded-websocket/src/http.rs
Line 85 in 20c4136
| let mut headers = [httparse::EMPTY_HEADER; 16]; |
Metadata
Metadata
Assignees
Labels
No labels