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 error 408 on initial connection #83

Open
kamilersz opened this issue Sep 21, 2023 · 0 comments
Open

HTTP error 408 on initial connection #83

kamilersz opened this issue Sep 21, 2023 · 0 comments

Comments

@kamilersz
Copy link

I am serving a simple Node JS app on windows machine, then tunnel those port on public server. When accessing those port, it is showing HTTP error 408 initially, but success on subsequent request.

~# wget "http://127.0.0.1:30005/"
--2023-09-21 10:17:14--  http://127.0.0.1:30005/
Connecting to 127.0.0.1:30005... connected.
HTTP request sent, awaiting response... 408 Request Timeout
2023-09-21 10:17:14 ERROR 408: Request Timeout.

~# wget "http://127.0.0.1:30005/"
--2023-09-21 10:17:17--  http://127.0.0.1:30005/
Connecting to 127.0.0.1:30005... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23 [text/html]
Saving to: ‘index.html.1’

index.html.1        100%[===================>]      23  --.-KB/s    in 0s

2023-09-21 10:17:17 (3.38 MB/s) - ‘index.html.1’ saved [23/23]

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

1 participant