diff options
author | Wolfy-J <[email protected]> | 2019-07-29 16:06:34 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-07-29 16:06:34 +0300 |
commit | f269cfaf6beca594fb39508cc60102c22e0882b4 (patch) | |
tree | 1f5f562f56e6feca5ca144f0916f45687135b486 /.rr.yaml | |
parent | 196d89d47056a58345ee50dee1af799c4e3ec847 (diff) |
sample config
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 |