diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2015-05-07 14:51:32 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-05-18 08:57:18 +0200 |
commit | d261652d422b0724406d03df8ff753ac7a20b7b6 (patch) | |
tree | 850daeb8c6c61d38e16b8b493d38c8019064c7ab /lib/curl_sec.h | |
parent | 74a4bd5ecd83ce1fde0dba8a642d3daaa99d916e (diff) |
http2: Fix streams get stuck
This commit fixes the bug that streams get stuck if stream gets some
DATA, and stream->closed becomes true at the same time. Previously,
in this condition, after we processed DATA, we are going to try to
read data from underlying transport, but there is no data, and gets
EAGAIN. There was no code path to evaludate stream->closed.
Diffstat (limited to 'lib/curl_sec.h')
0 files changed, 0 insertions, 0 deletions