Commit 18863887 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

restore previous addition to the amount of data that is returned

parent 32fe5b14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ int Curl_read(struct connectdata *conn, /* connection data */
      conn->read_pos = nread;
    }

    *n = nread;
    *n += nread;
  }

  return CURLE_OK;