diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ http: http2: # enable HTTP/2, only with TSL enabled: true + + # enable H2C on TCP connections + h2c: true # max transfer channels maxConcurrentStreams: 128 |