restore previous addition to the amount of data that is returned
This commit is contained in:
		@@ -550,7 +550,7 @@ int Curl_read(struct connectdata *conn, /* connection data */
 | 
				
			|||||||
      conn->read_pos = nread;
 | 
					      conn->read_pos = nread;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    *n = nread;
 | 
					    *n += nread;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  return CURLE_OK;
 | 
					  return CURLE_OK;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user