Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gensupport): context cancel error check (#2890)
Previously, if an rCtx wasn't created with chunkTransferTimeout and the parent context had a timeout, calling cancel under the same conditions caused a crash due to invalid memory access. This occurred if the parent context's timeout was triggered.
- Loading branch information