You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: