diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-03-18 02:51:55 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-03-18 03:39:27 -0400 |
commit | 347a374c5608c6eba80cab2c0fa560975a3368ff (patch) | |
tree | 265e8d1cd8cdd0569a13b580ac16517bfbd501d8 /docs/KNOWN_BUGS | |
parent | 0ae463ffd4a648fe5c3cc95c052453f3e390ce31 (diff) |
http2: Fix erroneous debug message that h2 connection closed
Prior to this change in libcurl debug builds http2 stream closure was
erroneously referred to as connection closure.
Before:
* nread <= 0, server closed connection, bailing
After:
* nread == 0, stream closed, bailing
Closes https://github.com/curl/curl/pull/5118
Diffstat (limited to 'docs/KNOWN_BUGS')
0 files changed, 0 insertions, 0 deletions