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
779 stars 80 forks source link

Fix some of the proxy code paths #141

Open daurnimator opened 5 years ago

daurnimator commented 5 years ago

Blocked on figuring out what to send to a HTTP 2 proxy in :path (absolute-form? or not?) See https://github.com/http2/http2-spec/issues/768

Related:

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.005%) to 86.832% when pulling 53d0596233634d11d2ac8dec080176f9f1796135 on proxy-fixes into bc49a4b759051ecd88a68e58a6c9eacd45ea872e on master.