SlyMarbo / spdy

[deprecated] A full-featured SPDY library for the Go language.
BSD 2-Clause "Simplified" License
116 stars 13 forks source link

Spdy2: Fix infinite loop when write data of big size #98

Closed iyangsj closed 8 years ago

iyangsj commented 9 years ago

The Write() of ResponseStream does not chunk the response correctly, and cause infinite loop when data size is greater than common.MAX_DATA_SIZE

SlyMarbo commented 8 years ago

Sorry for such a slow response