mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:03:47 +03:00
parent
298c1dfc7b
commit
9dbce9b3d0
6 changed files with 7 additions and 7 deletions
|
|
@ -879,7 +879,7 @@ static int get_request(curl_socket_t sock, struct httprequest *req)
|
|||
else {
|
||||
if(req->skip)
|
||||
/* we are instructed to not read the entire thing, so we make sure to
|
||||
only read what we're supposed to and NOT read the enire thing the
|
||||
only read what we're supposed to and NOT read the entire thing the
|
||||
client wants to send! */
|
||||
got = sread(sock, reqbuf + req->offset, req->cl);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue