TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Firefox was down last night

22 pointsby polished85over 3 years ago

4 comments

LeoPantheraover 3 years ago
It's concerning to me that it's even possible for Firefox to be "down". It's should be a web browser, not a service. Web browsers have uses beyond being connected to the internet. Does Firefox even work on a non-internet connected LAN?
greenyodaover 3 years ago
This was extensively discussed yesterday: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29918052" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29918052</a>
评论 #29928954 未加载
评论 #29928979 未加载
mirashiiover 3 years ago
Pieces of how this happened, and some of the fixes implemented, don&#x27;t instill much confidence.<p>Amongst other issues, this was triggered by a lack of case-insensitive handling of the HTTP &quot;Content-Length&quot; header. <a href="https:&#x2F;&#x2F;phabricator.services.mozilla.com&#x2F;D135871" rel="nofollow">https:&#x2F;&#x2F;phabricator.services.mozilla.com&#x2F;D135871</a> has one of the commits that landed as a result of this, and while it does change the handling to be case insensitive, it raises even more questions on the HTTP&#x2F;3 stack. For instance, this is doing a string search across the HTTP headers for the string &quot;content-length&quot;. Does that string appear in a cookie? Well you just got the wrong content length. It&#x27;s extremely concerning that this isn&#x27;t downstream of something that has pre-parsed the headers and has them indexed by their parsed out names.
polished85over 3 years ago
Firefox stopped working last night due to &quot;Infinite loop in HTTP3 hangs socket thread&quot;. Seems to be working fine again.