destroy request on error to avoid hanging sockets#1141
destroy request on error to avoid hanging sockets#1141bert-e merged 3 commits intodevelopment/1.3from
Conversation
Hello benzekrimaha,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
maeldonn
left a comment
There was a problem hiding this comment.
Could you add a test that reproduces the original problem (socket left open on error) and verifies it is now fixed?
Yeah if you are able to add a little test that counts connections or something it's nice, but might be hard I don't know |
9cc19c9 to
7ab390a
Compare
maeldonn
left a comment
There was a problem hiding this comment.
If @SylvainSenechal comment is right, we're missing the most important test.
9502b41 to
d80775c
Compare
1df5dd9 to
6d878a0
Compare
maeldonn
left a comment
There was a problem hiding this comment.
LGTM. Just two small comments/questions.
On timeout or other errors the socket was left open; destroy the request so the socket is properly closed. Issue: HD-4352
d88b1d4 to
882a573
Compare
Issue: HD-4352
882a573 to
8a1016d
Compare
|
/approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/1/improvement/HD-4352-properly-close-sockets origin/development/1
git merge origin/improvement/HD-4352-properly-close-sockets
# <intense conflict resolution>
git commit
git push -u origin w/1/improvement/HD-4352-properly-close-socketsThe following options are set: approve |
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue HD-4352. Goodbye benzekrimaha. The following options are set: approve |
On timeout or other errors the socket was left open; we now destroy the request so the socket is properly closed.
Issue: HD-4352