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.

The HTTP/2 implementation

331 pointsby threshover 9 years ago

15 comments

AdrianRossouwover 9 years ago
<a href="http:&#x2F;&#x2F;www.http2demo.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.http2demo.io&#x2F;</a>
评论 #10235044 未加载
评论 #10234262 未加载
评论 #10235859 未加载
评论 #10236611 未加载
评论 #10235028 未加载
评论 #10234607 未加载
评论 #10234326 未加载
评论 #10234255 未加载
评论 #10234320 未加载
评论 #10233953 未加载
评论 #10234480 未加载
评论 #10237522 未加载
评论 #10234870 未加载
devitover 9 years ago
How is server push implemented in current nginx?<p>Can nginx itself automatically parse HTML&#x2F;CSS and send required resources?<p>Is there a mechanism for the proxied application to specify additional resources? (for JavaScript use)
评论 #10234387 未加载
评论 #10234478 未加载
评论 #10234779 未加载
jandover 9 years ago
Oh. I hoped for an announcement like &#x27;it&#x27;s in the latest stable version&#x27;.<p>That they are working on it is well known for quite some time - am I missing something?
评论 #10233892 未加载
thom_nicover 9 years ago
Great! Now we just need proper HTTP2 support in Amazon ELB...
评论 #10234390 未加载
pkmiecover 9 years ago
Images are fun. But I&#x27;d like to see a demo showing how http&#x2F;2 can affect asset managers &#x2F; web development. Perhaps show a site with 1-5 bundled css &#x2F; js vs 100-500 individual css &#x2F; js.<p>Does a demo like that exist?
wolf550eover 9 years ago
Does it support prioritizing different files, so a browser can download things in an order that gets the page rendered faster?
评论 #10233876 未加载
dheeraover 9 years ago
I wish unencrypted HTTP&#x2F;2 without TLS could be supported in major browsers. Although use of encryption should be very strongly encouraged, making it mandatory creates a lot of headaches in certain scenarios.
评论 #10234545 未加载
评论 #10234434 未加载
评论 #10235949 未加载
karmicthreatover 9 years ago
From inside a Panera:<p>Http&#x2F;1.1: 12.60s, 20.25s Http&#x2F;2: 38.15s, 30.06s<p>Might be an issue with a transparent proxy.
csmattryderover 9 years ago
Neat, I&#x27;ll be keeping an eye on this, it should be a similar process to loading the SPDY module in nginx, right? I&#x27;m not that much of a sysops guy, but it was (from what I remember) quite easy to get that loaded up.<p>I managed to get my own site going with SPDY 3.1 draft, so I&#x27;m quite eager to get HTTP2 support going - if not for it&#x27;s multiplexing, just to be ahead of the curve!
ck2over 9 years ago
Does this mean nginx is not going to be able to listen for both SPDY and HTTP2.0 connections on the same IP at the same time ?
评论 #10234936 未加载
评论 #10234791 未加载
dharma1over 9 years ago
would be interesting to see the difference in speed with a real world site instead of 200 images.<p>Will this be a drop in replacement for 1.1 with nginx? will nginx fall back to 1.1 on browsers that don&#x27;t support 2?
Toast_over 9 years ago
Is it worth upgrading from SPDY 3.1? Opinions welcome.
DiabloD3over 9 years ago
Anyone know what stable version this will ship in?
评论 #10236235 未加载
hitlin37over 9 years ago
is that the complete http2 implementation in just few k lines of code? wow.
评论 #10237274 未加载
enneffover 9 years ago
Are there tests?