You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/26 00:03:00 UTC

[jira] [Commented] (TINKERPOP-2425) Server closes HTTP connection for keepAlive as true

    [ https://issues.apache.org/jira/browse/TINKERPOP-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202469#comment-17202469 ] 

ASF GitHub Bot commented on TINKERPOP-2425:
-------------------------------------------

divijvaidya opened a new pull request #1333:
URL: https://github.com/apache/tinkerpop/pull/1333


   https://issues.apache.org/jira/browse/TINKERPOP-2425
   
   **Motivation**
   In `HttpGremlinEndpointHandler` we close the connection when sending out an error in the response even if keepAlive is set as true on the request. 
   
   **Changes**
   We close the connection based on whether the keep alive is set to true or not in the request header.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Server closes HTTP connection for keepAlive as true
> ---------------------------------------------------
>
>                 Key: TINKERPOP-2425
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2425
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.5.0, 3.4.8
>            Reporter: Divij Vaidya
>            Priority: Minor
>
> *Current behaviour*
> In `HttpGremlinEndpointHandler` we close the connection when sending out an error in the response even if keepAlive is set as true on the request. 
> *Expected behaviour*
> Respect the `keepAlive` flag on the request and do not close the HTTP connection if it set to true.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)