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

Add a timeout to spdycat #17

Closed sorced-jim closed 12 years ago

sorced-jim commented 12 years ago

I actually want the spdyd change for my objective-c wrapper library tests.

tatsuhiro-t commented 12 years ago

I think timeout option is good for testing. Hard coding parameter is hackish, but adding command line option also does not look good for me. Indeed, timeout test for server is useful, so it is OK. I'll merge this change.