-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solve luasec integration issues #102
Conversation
up from master
run test.lua after installing the new https.lua to test redirects. https-1.lua is the old https.lua. the present one has http functions from luasocket
'http2' is really terrible naming here: it suggests HTTP2 protocol support. |
@@ -1,3 +1,4 @@ | |||
/src/*.o | |||
/src/luasocket/*.o | |||
/*.dll | |||
/samples/certs/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing newline at end of file
@daurnimator HTTP2 support would be added once the integration issues(redirects, proxy etc) are solved. I would be working on this the entire summer. You can see the actual roadmap here |
Oh.. huh... I already wrote a lua http library with http 2 support here: https://github.com/daurnimator/lua-http/. and it includes all the features you're adding.... I disagree that those features should be in luasec in any case: IMO luasec should just provide SSL primitives and leave various protocols for other libraries. |
A pull request shall be opened once the work is complete |
No description provided.