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

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

Divij Vaidya created TINKERPOP-2425:
---------------------------------------

             Summary: 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.4.8, 3.5.0
            Reporter: Divij Vaidya


*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)