twitter-archive / CocoaSPDY

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

Remove invalid assert. #89

Closed StanTwinB closed 9 years ago

StanTwinB commented 9 years ago

In the case of data being written from an NSStream it is impossible to know the final frame until we read it. This assert sits in the valid code path that is responsible for handling the final frame.

kgoodier commented 9 years ago

Already have one pending: https://github.com/twitter/CocoaSPDY/pull/88. But thanks!

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.87%) when pulling 3e1de7aa63fb5747a7378ccbfbb3e6eee3c16dc7 on StanTwinB:remove_assert into de90dfa6ca8f57c67f85b5c5f00d34b3fe16005c on twitter:develop.