Loading lib/dict.c +3 −3 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); /* no upload */ if(result) return result; Loading Loading @@ -196,7 +196,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); /* no upload */ if(result) Loading @@ -221,7 +221,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); if(result) return result; Loading Loading
lib/dict.c +3 −3 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); /* no upload */ if(result) return result; Loading Loading @@ -196,7 +196,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); /* no upload */ if(result) Loading @@ -221,7 +221,7 @@ CURLcode Curl_dict(struct connectdata *conn) if(result) failf(data, "Failed sending DICT request"); else result = Curl_Transfer(conn, sockfd, -1, FALSE, bytecount, result = Curl_Transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); if(result) return result; Loading