Open
Bug 420473
Opened 18 years ago
Updated 3 years ago
nsInputStreamTee writes fail in SSL sites
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: doug, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.13pre) Gecko/20080228 BonEcho/2.0.0.13pre
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.13pre) Gecko/20080228 BonEcho/2.0.0.13pre
In debug build under BeOS, nsInputStreamTee.cpp generates the following error:
WARNING: Write failed (non-fatal), file /Padauk/home/develop/FirefoxTwoOh/mozilla/xpcom/io/nsInputStreamTee.cpp, line 83
as soon as an SSL site is entered. I added debug code to see if it ever succeeds. Writes succeed consistently when in non-SSL sites, fail as soon as SSL is invoked.
Reproducible: Always
Steps to Reproduce:
1. create debug build
2. enter an https:// link
3. observe debug output
Actual Results:
tee writes always fail in SSL
Expected Results:
writes should succeed
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•