Skip to content
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

http 1.0 is out-of-date? #128

Open
GeeinHub opened this issue May 23, 2023 · 3 comments
Open

http 1.0 is out-of-date? #128

GeeinHub opened this issue May 23, 2023 · 3 comments

Comments

@GeeinHub
Copy link

Hi,
I'm just a Kong user, know little about lua.
Just wondering the code line 1050:
local request = ("GET %s HTTP/1.0\r\n%sHost: %s\r\n\r\n"):format(path, headers, hostheader or hostname or ip)
if such health check request can adopt HTTP/1.1 ?

@Tieske
Copy link
Member

Tieske commented May 23, 2023

It should be fine. Unless you have a specific issue that's caused by this?

@GeeinHub
Copy link
Author

Hi @Tieske , http 1.0 is blocked by some firewall, maybe due to security concern.

@Tieske
Copy link
Member

Tieske commented May 24, 2023

hmmm, then we should possibly make this configurable. PR's are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants