This commit is contained in:
Yang Tse 2011-07-26 21:36:35 +02:00
Родитель 78bbd0eecf
Коммит 41c6c78a08
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1631,7 +1631,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
curl_off_t included_body = 0; curl_off_t included_body = 0;
const char *httpstring; const char *httpstring;
Curl_send_buffer *req_buffer; Curl_send_buffer *req_buffer;
curl_off_t postsize = 0; /* off_t type to be able to hold a large file size */ curl_off_t postsize = 0; /* curl_off_t to handle large file sizes */
int seekerr = CURL_SEEKFUNC_OK; int seekerr = CURL_SEEKFUNC_OK;
/* Always consider the DO phase done after this function call, even if there /* Always consider the DO phase done after this function call, even if there