Loading lib/urldata.h +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ struct connectdata { #define PROT_SSL (1<<25) /* protocol requires SSL */ /* these ones need action before socket close */ #define PROT_CLOSEACTION (PROT_FTP | PROT_TFTP | PROT_IMAP | PROT_POP3) #define PROT_CLOSEACTION (PROT_FTP | PROT_IMAP | PROT_POP3) #define PROT_DUALCHANNEL PROT_FTP /* these protocols use two connections */ /* 'dns_entry' is the particular host we use. This points to an entry in the Loading Loading
lib/urldata.h +1 −1 Original line number Diff line number Diff line Loading @@ -683,7 +683,7 @@ struct connectdata { #define PROT_SSL (1<<25) /* protocol requires SSL */ /* these ones need action before socket close */ #define PROT_CLOSEACTION (PROT_FTP | PROT_TFTP | PROT_IMAP | PROT_POP3) #define PROT_CLOSEACTION (PROT_FTP | PROT_IMAP | PROT_POP3) #define PROT_DUALCHANNEL PROT_FTP /* these protocols use two connections */ /* 'dns_entry' is the particular host we use. This points to an entry in the Loading