Open
Bug 192830
Opened 23 years ago
Updated 3 years ago
PR_ConnectContinue does not handle out_flags = PR_POLL_ERR
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: darin.moz, Unassigned)
Details
PR_ConnectContinue does not handle out_flags = PR_POLL_ERR. it will return
PR_SUCCESS, making the calling code think the connection was successful. i'll
admit that i don't have a testcase where this flag gets set. i only saw this
"problem" when i was mistakenly checking out_flags after a timeout from PR_Poll.
feel free to WONTFIX if you think this case can never legitimately be exercised.
Updated•19 years ago
|
QA Contact: wtchang → nspr
Updated•3 years ago
|
Severity: normal → S3
Comment 1•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: wtc → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•