This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 910d88f06d Restore ClientBehaviorTests in all GLVs (#3436)
     new eadea8a53e Fix ByteBuf leak when IOException thrown during 
serialization CTR
     new 28d8e021e4 Add setting to set CORS allowed origin CTR.
     new f5880e73e3 Improve GremlinServer HTTP pipelining behavior CTR.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |  2 +
 docs/src/reference/gremlin-applications.asciidoc   |  6 +-
 gremlin-server/conf/gremlin-server.yaml            |  2 +
 .../apache/tinkerpop/gremlin/server/Settings.java  | 16 +++++
 .../gremlin/server/channel/HttpChannelizer.java    | 21 ++++++-
 .../server/handler/HttpRequestIdHandler.java       | 10 ++-
 .../server/GremlinServerHttpIntegrateTest.java     | 34 ++++++++++
 .../GremlinServerHttpPipeliningIntegrateTest.java  | 72 ++++++++++++++++++++++
 .../util/ser/GraphBinaryMessageSerializerV4.java   |  1 +
 .../binary/GraphBinaryMessageSerializerV4Test.java | 20 ++++++
 10 files changed, 180 insertions(+), 4 deletions(-)
 create mode 100644 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerHttpPipeliningIntegrateTest.java

Reply via email to