divijvaidya commented on code in PR #1838: URL: https://github.com/apache/tinkerpop/pull/1838#discussion_r1030522016
########## docs/src/dev/provider/index.asciidoc: ########## @@ -848,6 +848,14 @@ Server returns for a single request. Again, this description of Gremlin Server' out-of-the-box configuration. It is quite possible to construct other flows, that might be more amenable to a particular language or style of processing. +It is recommended but not required that a driver include a `User-Agent` header as part of any web socket Review Comment: There are users of TinkerPop which open one connection per request and hence, they are sensitive to handshake latency. Theoretically the latency incurred will be due to increased size of header (hence longer header parsing time from bytebuffer to Java object + longer time to send larger object over network). If it is not trivial to calculate this, then we can ignore this since I believe there are larger bottlenecks in handshake than header parsing right now. -- 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]
