Loading lib/pop3.c +18 −15 Original line number Diff line number Diff line Loading @@ -1085,6 +1085,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, { CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; struct POP3 *pop3 = data->state.proto.pop3; struct pop3_conn *pop3c = &conn->proto.pop3c; struct pingpong *pp = &pop3c->pp; Loading @@ -1105,6 +1106,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, the strip counter here so that these bytes won't be delivered. */ pop3c->strip = 2; if(pop3->transfer == FTPTRANSFER_BODY) { /* POP3 download */ Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, NULL, -1, NULL); Loading @@ -1125,6 +1127,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, /* Reset the cache size */ pp->cache_size = 0; } } /* End of DO phase */ state(conn, POP3_STOP); Loading Loading
lib/pop3.c +18 −15 Original line number Diff line number Diff line Loading @@ -1085,6 +1085,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, { CURLcode result = CURLE_OK; struct SessionHandle *data = conn->data; struct POP3 *pop3 = data->state.proto.pop3; struct pop3_conn *pop3c = &conn->proto.pop3c; struct pingpong *pp = &pop3c->pp; Loading @@ -1105,6 +1106,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, the strip counter here so that these bytes won't be delivered. */ pop3c->strip = 2; if(pop3->transfer == FTPTRANSFER_BODY) { /* POP3 download */ Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, NULL, -1, NULL); Loading @@ -1125,6 +1127,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, /* Reset the cache size */ pp->cache_size = 0; } } /* End of DO phase */ state(conn, POP3_STOP); Loading