HN supports SPDY
spdycheck.org
HN supports SPDY
1–10 of 79 posts
Re: HN supports SPDY
#2http://blog.bubbleideas.com/2012/08/How-to-set-up-SPDY-on-ng...
http://stackoverflow.com/questions/15152775/how-to-set-up-sp...
We read quite many posts suggesting that SPDY doesn't help much but that's simply not true. At least in our case. If you're delivering assets over secured sockets layer, then SPDY is definitely a plus.
Re: HN supports SPDY
#3I like it
Re: HN supports SPDY
#4Cool, way too cool! Here are two resources we wrote to help get on with SPDY (shameless plug, though :(): http://blog.bubbleideas.com/2012/08/How-to-set-up-SPDY-on-ng... http://stackoverflow.com/questions/15152775/how-to-set-up-sp... We read quite many posts suggesting that SPDY doesn't help much but that's simply not true. At least in our case. If you're delivering assets over secured sockets layer, then SPDY is def…
https://code.google.com/p/chromium/issues/detail?id=161751
Don't know, if it is a nginx thing, but all browsers had problems.
Re: HN supports SPDY
#5https://addons.mozilla.org/En-us/firefox/addon/spdy-indicato...
Re: HN supports SPDY
#6Re: HN supports SPDY
#7 curl -I https://news.ycombinator.com
HTTP/1.1 501 Not Implemented
Server: nginx
Date: Mon, 06 May 2013 04:31:05 GMT
Content-Type: text/html
Content-Length: 174
Connection: close
don't see that one every day :)Re: HN supports SPDY
#8also interesting: curl -I https://news.ycombinator.com HTTP/1.1 501 Not Implemented Server: nginx Date: Mon, 06 May 2013 04:31:05 GMT Content-Type: text/html Content-Length: 174 Connection: close don't see that one every day :)
Re: HN supports SPDY
#9also interesting: curl -I https://news.ycombinator.com HTTP/1.1 501 Not Implemented Server: nginx Date: Mon, 06 May 2013 04:31:05 GMT Content-Type: text/html Content-Length: 174 Connection: close don't see that one every day :)
Re: HN supports SPDY
#10also interesting: curl -I https://news.ycombinator.com HTTP/1.1 501 Not Implemented Server: nginx Date: Mon, 06 May 2013 04:31:05 GMT Content-Type: text/html Content-Length: 174 Connection: close don't see that one every day :)
$ curl -IX GET https://news.ycombinator.com
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 06 May 2013 04:41:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
X-Frame-Options: DENY
Cache-Control: max-age=0
Strict-Transport-Security: max-age=31556900; includeSubDomains