mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 1079484 - Page stalls proxying over https part 1. r=hurley
This commit is contained in:
parent
e2e97b44c2
commit
a4aec59aa1
@ -353,6 +353,9 @@ TLSFilterTransaction::WriteSegments(nsAHttpSegmentWriter *aWriter,
|
||||
if (NS_SUCCEEDED(rv) && NS_FAILED(mFilterReadCode) && !(*outCountWritten)) {
|
||||
// nsPipe turns failures into silent OK.. undo that!
|
||||
rv = mFilterReadCode;
|
||||
if (mFilterReadCode == NS_BASE_STREAM_WOULD_BLOCK) {
|
||||
Connection()->ResumeRecv();
|
||||
}
|
||||
}
|
||||
LOG(("TLSFilterTransaction %p called trans->WriteSegments rv=%x %d\n",
|
||||
this, rv, *outCountWritten));
|
||||
|
Loading…
x
Reference in New Issue
Block a user