]> granicus.if.org Git - curl/commit
pingpong: ignore regular timeout in disconnect phase
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Dec 2018 08:21:47 +0000 (09:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Dec 2018 11:33:00 +0000 (12:33 +0100)
commit154a17b6ee5097642e2330fb14ba52e317b95430
tree51aa928bc4a5cecee4cde482e54ad89c5c080baf
parent9e6518481cd4e2603b4f9e04d6cfd1a214a72726
pingpong: ignore regular timeout in disconnect phase

The timeout set with CURLOPT_TIMEOUT is no longer used when
disconnecting from one of the pingpong protocols (FTP, IMAP, SMTP,
POP3).

Reported-by: jasal82 on github
Fixes #3264
Closes #3374
lib/ftp.c
lib/imap.c
lib/pingpong.c
lib/pingpong.h
lib/pop3.c
lib/smtp.c