GitHub user banjiewen opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/240
Fix HTTP keepalive support This commit[1] broke HTTP keepalive support by introducing a double-negation on the call to Netty's isKeepAlive. [1]: https://github.com/apache/incubator-tinkerpop/commit/c0121aae8266e9ff2c70c1517e809b5ecf1dd07a You can merge this pull request into a Git repository by running: $ git pull https://github.com/banjiewen/incubator-tinkerpop fix-http-keepalive Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/240.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #240 ---- commit 33cd00390a014d6ce54c7627b00a3d1b3114bddc Author: Benjamin Anderson <b...@banjiewen.net> Date: 2016-02-24T01:24:15Z Fix HTTP keepalive support This commit[1] broke HTTP keepalive support by introducing a double-negation on the call to Netty's isKeepAlive. [1]: https://github.com/apache/incubator-tinkerpop/commit/c0121aae8266e9ff2c70c1517e809b5ecf1dd07a ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---