kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

bump http-parser to v2.8.1 #338

Closed catb0t closed 5 years ago

catb0t commented 5 years ago

Unless this contains breaking changes I'm not aware of, this updates http-parser dependency to the latest stable-with-patches, v2.8.1.

It builds OK, but I can't run the tests right now.

catb0t commented 5 years ago

The Travis build for this fails with the same error that master does, unable to GET microsoft.com, so at least I'm not doing worse.