Loading lib/url.c +4 −0 Original line number Diff line number Diff line Loading @@ -3771,6 +3771,10 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, protop = "LDAP"; else if(checkprefix("IMAP.", conn->host.name)) protop = "IMAP"; else if(checkprefix("SMTP.", conn->host.name)) protop = "smtp"; else if(checkprefix("POP3.", conn->host.name)) protop = "pop3"; else { protop = "http"; } Loading Loading
lib/url.c +4 −0 Original line number Diff line number Diff line Loading @@ -3771,6 +3771,10 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data, protop = "LDAP"; else if(checkprefix("IMAP.", conn->host.name)) protop = "IMAP"; else if(checkprefix("SMTP.", conn->host.name)) protop = "smtp"; else if(checkprefix("POP3.", conn->host.name)) protop = "pop3"; else { protop = "http"; } Loading