fukamachi/fast-http

Fails when headers has "Upgrade-Insecure-Requests: 1"

Closed this issue · 2 comments

Parse fails when headers has "Upgrade-Insecure-Requests: 1" (chrome by default sends this now)

Seems to die here when it parses "upgade" and then expects ":" right after?

https://github.com/fukamachi/fast-http/blob/master/src/parser.lisp#L303

Thank you for reporting.
Fixed at #23 by @rudolph-miller.

Thanks for fixing it so fast. :)