Hacker News new | ask | show | jobs
by krapp 4020 days ago

    <meta charset="UTF-8">
..would not even take even 500 seconds.
1 comments

Well, they are setting charset with headers instead which works fine:

  % curl -I https://news.ycombinator.com/
  HTTP/1.1 200 OK
  Server: cloudflare-nginx
  Date: Sat, 13 Jun 2015 20:09:47 GMT
  Content-Type: text/html; charset=utf-8
Fair enough.. that was the closest to a valid concern I could find in that list of errors anyway.