GumpacG commented on code in PR #3472:
URL: https://github.com/apache/tinkerpop/pull/3472#discussion_r3476350340
##########
gremlin-js/gremlin-javascript/lib/driver/connection.ts:
##########
@@ -99,10 +163,39 @@ export default class Connection extends EventEmitter {
throw new TypeError('interceptors must be a function, array, or
undefined');
}
+ // The deprecated `headers` option is implemented as a synthesized
interceptor so custom
+ // headers still work without re-introducing dead configuration. It is
appended after user
Review Comment:
Headers are deprecated and removed so this is no longer applicable.
--
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]