https://bugzilla.wikimedia.org/show_bug.cgi?id=52854
--- Comment #7 from Jan Gerber <[email protected]> --- GET seams to be fast now: curl -v http://upload.wikimedia.org/wikipedia/commons/2/2a/2012_State_Of_The_Union_Address_%28720p%29.ogv > /dev/null while HEAD requests (curl -I) are still slow and end in a 504: time curl -I -v http://upload.wikimedia.org/wikipedia/commons/2/2a/2012_State_Of_The_Union_Address_%28720p%29.ogv * About to connect() to upload.wikimedia.org port 80 (#0) * Trying 2620:0:862:ed1a::b... * Connected to upload.wikimedia.org (2620:0:862:ed1a::b) port 80 (#0) > HEAD /wikipedia/commons/2/2a/2012_State_Of_The_Union_Address_%28720p%29.ogv > HTTP/1.1 > User-Agent: curl/7.29.0 > Host: upload.wikimedia.org > Accept: */* > < HTTP/1.1 504 Gateway Time-out HTTP/1.1 504 Gateway Time-out < Server: nginx/1.1.19 Server: nginx/1.1.19 < Date: Mon, 02 Sep 2013 11:21:10 GMT Date: Mon, 02 Sep 2013 11:21:10 GMT < Content-Type: text/html Content-Type: text/html < Content-Length: 183 Content-Length: 183 < Connection: keep-alive Connection: keep-alive < * Connection #0 to host upload.wikimedia.org left intact real 1m0.128s user 0m0.012s sys 0m0.008s that said, the video opens fast in the chrome and firefox now since since they only make GET requests with ranges. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
