Hello Anon. E. Moose #1000171, Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/3006
to look at the new patch set (#2).
Change subject: [NO ISSUE][OTH] Do Not Close Client Connection After Failure
......................................................................
[NO ISSUE][OTH] Do Not Close Client Connection After Failure
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Currently, after sending some failure responses (e.g. after
servlet not found), the client connection is closed even if
the connection was supposed to be kept alive. This change
ensures that we do not close the client connection -- if keep
alive is requested -- which allows the client to submit another
request using the same connection.
- Ensure a full http response is sent to the client in case of
a failure and not only the response header.
Change-Id: Id0fce2c860eec97f3d368ee42f25dbdfc9dc0ff9
---
M
hyracks-fullstack/hyracks/hyracks-http/src/main/java/org/apache/hyracks/http/server/HttpServerHandler.java
1 file changed, 10 insertions(+), 7 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/06/3006/2
--
To view, visit https://asterix-gerrit.ics.uci.edu/3006
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id0fce2c860eec97f3d368ee42f25dbdfc9dc0ff9
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Murtadha Hubail <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>