andreachild opened a new pull request, #2749: URL: https://github.com/apache/tinkerpop/pull/2749
Java driver: * renamed maxContentLength to maxResponseContentLength to clarify that the check is done against the response and not the request * increased default value to Integer.MAX_VALUE as the size check is now done against the total http response size instead of previous web socket frame size * changed int to double to allow for higher max value * changed zero to be an acceptable value which disables the response size check Gremlin server: * renamed maxContentLength to maxRequestContentLength to clarify that the check is done against the request and not the response Feature tests were executed for java driver and pass (other GLV feature tests currently do not work for master-http branch). Manual testing of the changes were done using local gremlin-console with remote connection configured to local gremlin server. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
