|
|
|
|
|
by jimktrains2
4956 days ago
|
|
I guess this is my naïveté showing: 1) What is the advantage of SPDY over HTTP/1.1? (Besides a possible (and debated?) speed up? (Due to sending assets w/o a request for them?)) 2) Is it as easy to debug with tools like curl, wget, and telnet? |
|
2) curl and wget will probably eventually add support. telnet not so much, but then again you can't really debug HTTPS or even HTTP/1.1 (with chunked encoding) with telnet.