Greetings,
$ time curl -I https://pypi.python.org/pypi/
HTTP/1.1 200 OK
Date: Tue, 10 Mar 2015 10:24:30 GMT
...
Content-Length: 9870689
curl -I https://pypi.python.org/pypi/ 0.02s user 0.00s system 2% cpu
12.271 total
$Note the long time (for comparison hitting python.org takes 0.209 total) and the size (Content-Length). Anything gone wrong or am I missing something? Thanks, -- Miki -- https://mail.python.org/mailman/listinfo/python-list
