cURL / Mailing Lists / curl-library / Single Mail

curl-library

[ curl-Bugs-1051366 ] ssl connection terminated by signal

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Thu, 21 Oct 2004 03:30:01 -0700

Bugs item #1051366, was opened at 2004-10-21 03:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1051366&group_id=976

Category: https
Group: wrong behaviour
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: ssl connection terminated by signal

Initial Comment:
libcurl 7.11.0
ssluse.c: 1159

no code here to handle EINTR select result .
if we reciving SIGCHLD (in my case) while attempt to
make HTTPS operation and i got various err messages (
7, 51 )

do{
                                                      
                            
        errno=0;
                                                      
                                
        what=0;
                                                      
                                
        what = select(sockfd+1, &readfd, &writefd,
NULL, &interval);
                                    
    }while( what==-1 && errno==EINTR );

appears to solve my problem

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1051366&group_id=976
Received on 2004-10-21