daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
795 stars 81 forks source link

fix arguments #159

Closed Mehgugs closed 5 years ago

Mehgugs commented 5 years ago

Upon further inspection, it seems that end_stream was missing from the argument list.

Signed-off-by: Marcus m4gicks@gmail.com

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 87.781% when pulling 719160b3c104ee5e10eed5f40b84cee838e61183 on Mehgugs:fix-h2_stream into 29524fa93e8ca71532375702913f281db52f4f2c on daurnimator:master.

daurnimator commented 5 years ago

Merged via 47225d0