Loading lib/transfer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -353,7 +353,7 @@ static CURLcode readwrite_data(struct SessionHandle *data, struct SingleRequest *k, struct SingleRequest *k, int *didwhat, bool *done) int *didwhat, bool *done) { { CURLcode result; CURLcode result = CURLE_OK; ssize_t nread; /* number of bytes read */ ssize_t nread; /* number of bytes read */ bool is_empty_data = FALSE; bool is_empty_data = FALSE; Loading Loading
lib/transfer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -353,7 +353,7 @@ static CURLcode readwrite_data(struct SessionHandle *data, struct SingleRequest *k, struct SingleRequest *k, int *didwhat, bool *done) int *didwhat, bool *done) { { CURLcode result; CURLcode result = CURLE_OK; ssize_t nread; /* number of bytes read */ ssize_t nread; /* number of bytes read */ bool is_empty_data = FALSE; bool is_empty_data = FALSE; Loading