MINOR: httpclient: httpclient_ended() returns 1 if the client ended
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 21 Sep 2021 08:58:10 +0000 (10:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 24 Sep 2021 12:21:26 +0000 (14:21 +0200)
commit1123dde6dd31a09ffcf173513b0282d03cf62793
treefbfc89f9597a5c48268293b7617bcb223db69a84
parent518878e007aa7cdb6b3d0047427089733bba23e1
MINOR: httpclient: httpclient_ended() returns 1 if the client ended

httpclient_ended() returns 1 if there is no more data to collect,
because the client received everything or the connection ended.
include/haproxy/http_client-t.h
include/haproxy/http_client.h
src/http_client.c