Skip to content

Commit 10a58c3

Browse files
authored
OASIS-26200 HTTP2 comment (#672)
1 parent fe2e998 commit 10a58c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v2/connection/connection_http2.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ func (h Http2Configuration) GetContentType() string {
5151
return h.ContentType
5252
}
5353

54+
// NewHttp2Connection
55+
// Warning: Ensure that VST is not enabled to avoid performance issues
5456
func NewHttp2Connection(config Http2Configuration) Connection {
5557
c := newHttpConnection(config.getTransport(), config.ContentType, config.Endpoint, config.ArangoDBConfig)
5658

0 commit comments

Comments
 (0)