https://bugzilla.wikimedia.org/show_bug.cgi?id=67625
Nik Everett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|API |General Version|1.24-git |unspecified Assignee|[email protected]. |[email protected] |org | Product|MediaWiki |MediaWiki-Vagrant --- Comment #7 from Nik Everett <[email protected]> --- Its a vagrant problem. Inside vagrant: $ time curl google.com <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>301 Moved</TITLE></HEAD><BODY> <H1>301 Moved</H1> The document has moved <A HREF="http://www.google.com/">here</A>. </BODY></HTML> real 0m5.704s user 0m0.001s sys 0m0.030s vagrant@mediawiki-vagrant:/srv/images$ Outside vagrant: $ time curl google.com <HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>301 Moved</TITLE></HEAD><BODY> <H1>301 Moved</H1> The document has moved <A HREF="http://www.google.com/">here</A>. </BODY></HTML> real 0m0.183s user 0m0.014s sys 0m0.009s -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
