-
- Downloads
sendrecv: make them two pairs of send/recv to properly deal with FTPS
FTP(S) use two connections that can be set to different recv and send functions independently, so by introducing recv+send pairs in the same manner we already have sockets/connections we can work with FTPS fine. This commit fixes the FTPS regression introduced in change d64bd82b.
Showing
- lib/gtls.c 2 additions, 2 deletionslib/gtls.c
- lib/nss.c 2 additions, 2 deletionslib/nss.c
- lib/polarssl.c 2 additions, 2 deletionslib/polarssl.c
- lib/qssl.c 2 additions, 2 deletionslib/qssl.c
- lib/security.c 4 additions, 2 deletionslib/security.c
- lib/sendf.c 2 additions, 2 deletionslib/sendf.c
- lib/ssh.c 4 additions, 4 deletionslib/ssh.c
- lib/ssluse.c 2 additions, 2 deletionslib/ssluse.c
- lib/url.c 4 additions, 2 deletionslib/url.c
- lib/urldata.h 2 additions, 2 deletionslib/urldata.h
Loading
Please register or sign in to comment