twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

GOAWAY session unit tests and bugfix. #71

Closed kgoodier closed 10 years ago

kgoodier commented 10 years ago

The stream id gets reset to 0, so can't use that as the key for removing a stream. We'll use protocol instead, since these are all local requests and that isn't mutated by reset.

goaway commented 10 years ago

Thank Kevin, good catch.