Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http2: fix underflow in http2 server push
After CL 534215 was merged to fix a CVE it introduced an underflow when we try to decrement sc.curHandlers in handlerDone. There is one place that calls runHandler without incrementing curHandlers. Seems to only affect http.Pusher. For golang/go#63511
- Loading branch information