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

Disconnects after 61s. #200

Open
AustinYQM opened this issue Mar 18, 2022 · 2 comments
Open

Disconnects after 61s. #200

AustinYQM opened this issue Mar 18, 2022 · 2 comments

Comments

@AustinYQM
Copy link

I am attempting to use the Polyfill as my service now requires an api-key header. I know that I can open a long lasting http2 stream using curl in my terminal. However when using the polyfil the connection gets killed by the server after 61s. The message recieved is: IO: Stream reset by SERVER with error code INTERNAL_ERROR (0x2)

I am wondering what might be the cause of this? Does the polyfill use http2 and if so has it be tested properly on it?

@h0jeZvgoxFepBQ2C
Copy link

Did you set a longer timeout in your nginx configuration? timeout is usually 60 seconds

@Y0421
Copy link

Y0421 commented Oct 25, 2023

I configured the length of 300 seconds in Nginx, and the normal connection was disconnected by 300, but my connection agent was disconnected in 60 seconds. I don’t know why. Can anyone help me answer it?

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

3 participants