Skip to content

Commit

Permalink
fix backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Nov 22, 2021
1 parent 12c855d commit 7ecf58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A49-dynamic-connection-scaling.md
Expand Up @@ -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
Expand Down

0 comments on commit 7ecf58b

Please sign in to comment.