STH-Dev / linux-bench

STH Linux benchmarking script
http://linux-bench.com
26 stars 14 forks source link

Update linux-bench.sh #50

Closed STH-Dev closed 10 years ago

STH-Dev commented 10 years ago

The strtoll library function is returning zero content length which makes Curl_readwrite in lib/transfer.c quit. It works for transfer -encoding type chunked as there it ignores content length and keep reading so this explains why it works for few sites and fails for rest. Implemented custom solution.