Max1Truc

Results 33 comments of Max1Truc

But I think the built-in chat could be improved.

It seems to me most clients requesting HTTPS over an HTTP proxy would simply ask for a TCP tunnel with `CONNECT`. However, doing a `GET https://[...]`, like for HTTP over...

Thanks for the insiration. Some features lua-resty-http supports: - Proxied HTTP is requested with a request like `GET http://...` while proxied HTTPS is requested with a `CONNECT host:port` - Two...

Should I add back the proxy tests ? (in `test/httptest.lua`)

After testing, this was too simple to be true. At least one proxy program (Privoxy) requires the user to use the CONNECT verb. I'm now going to use CONNECT on...

I could not figure a clean way of handling https over an https proxy, but it seems to be a luasec problem. This PR thus only changes the behavior of...

By the way, this is a bit weird. I realize this would be cleaner if I submitted a PR to luasec enabling https.tcp to reuse a socket. What do you...

> If that's the hold up to making this cleaner and it's correct behavior then yes I think it is worth a shot. Ok, I'll have a look. > Would...

I don't have the time for now, but it needs a Pull Request to luasec to allow wrapping tcp over tcp, and after my initial research such a PR would...