tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Feature Request: IPv4/IPv6 switch for spdycat #66

Closed rmoriz closed 4 years ago

rmoriz commented 11 years ago

allow an option to use IPv4 or IPv6 only.

e.g. curl:

curl -6 https://roland.io/ curl -4 https://roland.io/

=>

./spdycat -6 -v https://roland.io/