twitter-archive / CocoaSPDY

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

Don't callback with zero length data. #19

Closed rgcottrell closed 10 years ago

rgcottrell commented 10 years ago

This should improve the efficiency of the communication between the SPDY protocol and the client delegate callbacks by ensuring that no callbacks are sent for zero length data.

goaway commented 10 years ago

Thanks Bob!