QUIC - cleanup - make HttpServerProperties a required object for
QuicStreamFactory. Fixed unit tests and remvoed all statements like the
following:
if (!http_server_properties_)
return 0;
The only case, didn't remove the check is from ProcessGoingAwaySession.
It is possible for this function to be called when QuicStreamFactory
is being deleted and http_server_properties_ is null in that case.
[email protected]
Review URL: https://codereview.chromium.org/1396983002
Cr-Commit-Position: refs/heads/master@{#353236}
2 files changed