lost and found ( for me ? )

Opera has released SPDY aware ver. ( Opera-labs-spdy ver. )

You can use SPDY with Opera :D

[ install SPDY aware Opera on Fedora 17 64bit ]

[root@fc17 ~]# uname -ri
3.4.4-5.fc17.x86_64 x86_64

[root@fc17 ~]# cat /etc/fedora-release
Fedora release 17 (Beefy Miracle)


Download SPDY aware Opera for Windows/MAC,Linux as below.
http://dev.opera.com/articles/view/opera-spdy-build/

install
# rpm -ivh opera-labs-spdy-12.01-1495.x86_64.rpm


[ confirm whether or not Opera is using SPDY ]

- open Opera Dragonfly and access to SPDY supported sites.

In case of Linux , press “Ctrl + Shift + I” to open Opera Dragonfly.
Then access to SPDY supported sites.

When using SPDY version 3 , :method: , :scheme: , :version: , :path: and :host: headers seems to be added in HTTP header.

- SPDY site ( https://www.google.co.jp )
Request
User-Agent: Opera/9.80 (X11; Linux x86_64; U; Edition Labs SPDY; en) Presto/2.10.289 Version/12.01
Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate
Cookie: zzz
Cache-Control: no-cache
:method: GET
:scheme: https
:version: HTTP/1.1
:path: /
:host: www.google.co.jp


- non SPDY site ( https://www.verisign.co.jp )
Request
GET / HTTP/1.1
User-Agent: Opera/9.80 (X11; Linux x86_64; U; Edition Labs SPDY; en) Presto/2.10.289 Version/12.01
Host: www.verisign.co.jp
Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: en-US,en;q=0.9
Accept-Encoding: gzip, deflate
Cookie: zzz
Cache-Control: no-cache
Connection: Keep-Alive

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.