twitter-archive / CocoaSPDY

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

Consolidate client didLoadData callbacks. #13

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, and that only a single callback is sent per data packet decompressed.