luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Fix http-codec not reading full header when a header has no value #233

Closed squeek502 closed 6 years ago

squeek502 commented 6 years ago

Example: "X-Geo-Block-List:" gets sent by Github gists, and the header pattern would fail and stop reading the header at that line

Fixes #232