Skip to content

Intermittent error page on rust-lang.org #6656

Closed
@lucian1900

Description

@lucian1900

http://rust-lang.org redirects to http://www.rust-lang.org, which sometimes displays unknown domain: www.rust-lang.org instead of content. This happens on both Chrome and Firefox.

Full html:


<html>
<head>
<title> www.rust-lang.org</title>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25770359-4']);
  _gaq.push(['_setDomainName', 'fastly.net']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview', '/unknown/cache-l22-LON/www.rust-lang.org']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body>
unknown domain: www.rust-lang.org</body></html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions