tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

I missed adding FLAG_FIN when the data provider read callback is NULL. #11

Closed sorced-jim closed 12 years ago

tatsuhiro-t commented 12 years ago

Thank you. I just merged your pull request. I found data_prd.read_callback != NULL check is missing in spdylay_submit_response(). I'll add it.