Open
Bug 273862
Opened 20 years ago
Updated 2 years ago
On SSL Sockets, PR_Available should call SSL_DataPending
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: nelson, Unassigned)
Details
An examination of the PRIOMethods table in lib/ssl/sslsock.c suggests that when PR_Available is called on an SSL socket, it calls ssl_available, which returns 0 and sets PR_NOT_IMPLEMENTED_ERROR. Seems like it should call SSL_DataPending() instead. See also related bug 51409, which suggests that SSL_DataPending isn't good enough. I'm thinking that it's MUCH better than ssl_Available is now. Comments?
| Reporter | ||
Updated•20 years ago
|
QA Contact: bishakhabanerjee → jason.m.reid
| Reporter | ||
Updated•19 years ago
|
Assignee: wtchang → nobody
QA Contact: jason.m.reid → libraries
| Reporter | ||
Updated•18 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•