-
- Downloads
url: provide dead_connection flag in Curl_handler::disconnect
It helps to prevent a hangup with some FTP servers in case idle session timeout has exceeded. But it may be useful also for other protocols that send any quit message on disconnect. Currently used by FTP, POP3, IMAP and SMTP.
Showing
- lib/ftp.c 4 additions, 2 deletionslib/ftp.c
- lib/imap.c 3 additions, 3 deletionslib/imap.c
- lib/multi.c 4 additions, 3 deletionslib/multi.c
- lib/openldap.c 3 additions, 2 deletionslib/openldap.c
- lib/pop3.c 3 additions, 3 deletionslib/pop3.c
- lib/rtsp.c 3 additions, 1 deletionlib/rtsp.c
- lib/rtsp.h 1 addition, 1 deletionlib/rtsp.h
- lib/smtp.c 3 additions, 3 deletionslib/smtp.c
- lib/ssh.c 6 additions, 4 deletionslib/ssh.c
- lib/tftp.c 3 additions, 2 deletionslib/tftp.c
- lib/transfer.c 1 addition, 1 deletionlib/transfer.c
- lib/url.c 8 additions, 7 deletionslib/url.c
- lib/url.h 1 addition, 1 deletionlib/url.h
- lib/urldata.h 4 additions, 2 deletionslib/urldata.h
Loading
Please register or sign in to comment