twitter-archive / CocoaSPDY

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

Bugfix/dont dequeue closed sessions from pool #45

Closed blakewatters closed 10 years ago

blakewatters commented 10 years ago

The new implementation of the session pool can dequeue a closed session if its the only one in the pool.

goaway commented 10 years ago

Sorry about the delay in the merge - thanks for the bugfix!