Closed nightshade427 closed 9 years ago
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. :)
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