diff --git a/A49-dynamic-connection-scaling.md b/A49-dynamic-connection-scaling.md index 6429920f5..097ffef57 100644 --- a/A49-dynamic-connection-scaling.md +++ b/A49-dynamic-connection-scaling.md @@ -13,7 +13,7 @@ A feature to automatically create new connections when the limit of streams on a ## Background HTTP/2 contains a connection-level setting, -[`SETTINGS_MAX_CONCURRENT_STREAMS`](https://httpwg.org/specs/rfc7540.html#SETTINGS_MAX_CONCURRENT_STREAMS)`, +[`SETTINGS_MAX_CONCURRENT_STREAMS`](https://httpwg.org/specs/rfc7540.html#SETTINGS_MAX_CONCURRENT_STREAMS), to limit the number of streams a peer may initiate. By default, gRPC HTTP/2 servers do not set this (allowing unlimited streams), but it can be lowered to protect against a single client using too many resources. In an environment