mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1750211 - Return an error in unexpected state. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D136005
This commit is contained in:
parent
3d79bd207c
commit
009ebf8f04
@ -273,6 +273,7 @@ nsresult Http3Stream::OnReadSegment(const char* buf, uint32_t count,
|
||||
break;
|
||||
default:
|
||||
MOZ_ASSERT(false, "We are done sending this request!");
|
||||
rv = NS_ERROR_UNEXPECTED;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user