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
528 stars 84 forks source link

Fix typo in HTTPParser documentation #207

Closed clandmeter closed 9 years ago

luastoned commented 9 years ago

HTTPHeaders and HTTPParser seem ambiguous, (one for requests, one for the response).

Maybe requests and responses can have the same header "structure"?

kernelsauce commented 9 years ago

They used to be the same... But it was changed to make things simpler to implement since the HTTPParser uses a C lib and the other constructs headers.