aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2015-05-07 14:51:32 +0900
committerDaniel Stenberg <daniel@haxx.se>2015-05-18 08:57:18 +0200
commitd261652d422b0724406d03df8ff753ac7a20b7b6 (patch)
tree850daeb8c6c61d38e16b8b493d38c8019064c7ab /lib/http.h
parent74a4bd5ecd83ce1fde0dba8a642d3daaa99d916e (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/http.h')
0 files changed, 0 insertions, 0 deletions