mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1079484 - Page stalls proxying over https part 1. r=hurley
This commit is contained in:
parent
34cfcdef59
commit
41f15471b5
@ -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…
Reference in New Issue
Block a user