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)

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?
QA Contact: bishakhabanerjee → jason.m.reid
Assignee: wtchang → nobody
QA Contact: jason.m.reid → libraries
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.