Allow more than 16 headers #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ideally this should be solved more elegantly (just using a Vec does not seem to work..)
Thanks. Yeah, httparse expects pre-allocated memory, but we don't know how many headers there are. No real good options without upstream changes. 64 seems fine, if you found 16 to be too few.