-
- Downloads
Bug 1909202 - Use NS_BINDING_ABORTED for ORB blocked errors r=kershaw,necko-reviewers a=RyanVM
Http2 uses a single connection for multiple requests. When ORB blocks a request with NS_ERROR_FAILURE, it's treated as a hard error in necko, then the entire connection is closed. This patches converts ORB to uses NS_BINDING_ABORTED. Differential Revision: https://phabricator.services.mozilla.com/D218643
Showing
- netwerk/protocol/http/HttpBaseChannel.cpp 1 addition, 1 deletionnetwerk/protocol/http/HttpBaseChannel.cpp
- netwerk/protocol/http/OpaqueResponseUtils.cpp 4 additions, 4 deletionsnetwerk/protocol/http/OpaqueResponseUtils.cpp
- netwerk/protocol/http/nsHttpChannel.cpp 2 additions, 2 deletionsnetwerk/protocol/http/nsHttpChannel.cpp
- netwerk/test/unit/test_orb_empty_header.js 1 addition, 1 deletionnetwerk/test/unit/test_orb_empty_header.js
Loading
Please register or sign in to comment