Closed
Bug 205582
Opened 22 years ago
Closed 22 years ago
NSPR maps EHOSTUNREACH to PR_UNKNOWN_ERROR on Unix
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.4
People
(Reporter: wtc, Assigned: wtc)
References
Details
Attachments
(1 file)
781 bytes,
patch
|
darin.moz
:
review+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
NSPR maps EHOSTUNREACH to PR_UNKNOWN_ERROR on Unix.
That OS error should be mapped to PR_HOST_UNREACHABLE_ERROR.
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #123221 -
Flags: review?(darin)
Comment 2•22 years ago
|
||
Comment on attachment 123221 [details] [diff] [review]
Proposed patch
looks good... i will need to modify the socket transport code to respond to
this error code. patch for that coming up...
Attachment #123221 -
Flags: review?(darin) → review+
Assignee | ||
Comment 3•22 years ago
|
||
Comment on attachment 123221 [details] [diff] [review]
Proposed patch
Requesting mozilla 1.4 final approval. This is a low risk patch.
Note that NSPR patches do not require a superreview.
Attachment #123221 -
Flags: approval1.4?
Comment 4•22 years ago
|
||
drivers: this patch is required to fix bug 199173, which would be a good bug to
have fixed in 1.4 final.
Flags: blocking1.4?
Comment 5•22 years ago
|
||
Comment on attachment 123221 [details] [diff] [review]
Proposed patch
a=asa (on behalf of drivers) for checkin to 1.4
Attachment #123221 -
Flags: approval1.4? → approval1.4+
Assignee | ||
Comment 6•22 years ago
|
||
Fix checked in on the NSPR trunk (NSPR 4.4) and the
NSPRPUB_PRE_4_2_CLIENT_BRANCH (mozilla 1.4 final).
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → 4.4
Updated•22 years ago
|
Flags: blocking1.4?
You need to log in
before you can comment on or make changes to this bug.
Description
•