Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2: don't overflow stream IDs in server push
The max allowed stream ID is 2^31-1. The RFC says that we should send GOAWAY if the ID space is exhausted. Change-Id: I0042cb4e1f8781a2ece5a5f06f498eb06192da7f Reviewed-on: https://go-review.googlesource.com/32488 Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information