DescriptionRemove DCHECK in HttpStreamParser::ReadResponseHeaders.
The DCHECK dereferenced the request's HttpResponseInfo. It turns out
that when an HttpNetworkTransaction is cancelled and an
HttpResponseDrainer is used, the HttpResponseInfo is deleted with the
HttpStreamParser's knowledge.
This CL also adds a pair of tests for the situation.
BUG=368418
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271014
Patch Set 1 #
Total comments: 2
Patch Set 2 : Really remove line #
Messages
Total messages: 9 (0 generated)
|