-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support Keep-Alive Header #58
Labels
Comments
fengmk2
added a commit
that referenced
this issue
Feb 27, 2018
to support Keep-Alive header on the user land closes #58
fengmk2
added a commit
that referenced
this issue
Feb 27, 2018
to support Keep-Alive header on the user land closes #58
fengmk2
added a commit
to node-modules/urllib
that referenced
this issue
Feb 27, 2018
fengmk2
added a commit
to node-modules/urllib
that referenced
this issue
Feb 28, 2018
fengmk2
added a commit
to eggjs/egg
that referenced
this issue
Feb 28, 2018
4 tasks
fengmk2
added a commit
to eggjs/egg
that referenced
this issue
Feb 28, 2018
popomore
pushed a commit
to eggjs/egg
that referenced
this issue
Feb 28, 2018
popomore
pushed a commit
to eggjs/egg
that referenced
this issue
Feb 28, 2018
feat: support Keep-Alive Header (#2146) node-modules/agentkeepalive#58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since http server has a default KeepAliveTimeout = 5s, we should try to support Keep-Alive Header to avoid the timeout condition confuse.
Repeat the root case code
It will throw the
ECONNRESET
error after 2~4 requests.The text was updated successfully, but these errors were encountered: