1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00
This commit is contained in:
Sterling Hughes
2001-08-02 19:25:46 +00:00
parent 17e6295fbb
commit b71efb2f9c

View File

@@ -418,7 +418,6 @@ static size_t curl_write_header(char *data, size_t size, size_t nmemb, void *ctx
}
case PHP_CURL_IGNORE:
length = size * nmemb;
break;
}