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

INTEGRATION [PR#1283 > development/8.1] bugfix: S3C-3388 network.http.Server.setKeepAliveTimeout() #1289

Merged

Conversation

bert-e
Copy link
Contributor

@bert-e bert-e commented Oct 15, 2020

This pull request has been created automatically.
It is linked to its parent pull request #1283.

Do not edit this pull request directly.
If you need to amend/cancel the changeset on branch
w/8.1/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption, please follow this
procedure:

 $ git fetch
 $ git checkout w/8.1/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption
 $ # <amend or cancel the changeset by _adding_ new commits>
 $ git push origin w/8.1/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption

Please always comment pull request #1283 instead of this one.

jonathan-gramain and others added 4 commits October 14, 2020 19:09
Add a helper function to set the keep-alive timeout of the node.js
HTTP server managed by the Server class.
Add constants related to HTTP client/server connection timeouts with
values avoiding ECONNRESET errors due to the server closing
connections that clients are attempting to reuse at the same moment.
…iveTimeoutOption' into w/7.8/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption
… into tmp/octopus/w/8.1/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption
@bert-e bert-e merged commit 8ed8478 into development/8.1 Oct 15, 2020
@bert-e bert-e deleted the w/8.1/bugfix/S3C-3388-httpServerKeepAliveTimeoutOption branch October 15, 2020 20:19
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

Successfully merging this pull request may close these issues.

2 participants