add httpclient response write error tests

handle httpclient response write errors

add large io http client tests

enable c11 more when compiling with suncc

fix chunkheader parser not detecting EOF correctly in some cases

add test for http client responses with chunked transfer encoding

fix header iteration in client_read_response_header and add more tests

fix error forwarding in http_read_buffered when IO is performed

refactor http client io to use an HttpStream for reading the response

enable buffered reader for request bodies with fixed content-length

verify chunks in test_http_client_send_request_body_chunked

optimize chunked transfer encoding termination in client_send_request_body

httpclient: add support for chunked transfer encoding for request bodies

httpclient: move code for sending the request body to a separate function

fix http parser error when it ran out of data

add test_http_parser_process_full

add test_http_client_io_simple

add support for request bodies with a fixed content length for the reverse proxy

add http_client_send_request test

add socket utils

minimally working httpclient

implement basic http client IO

test a variety of method names in test_safs_proxy_get_uri_from_clfreq

setup HttpClient in proxy SAF

implement HttpClient function create_req_buffer

add pblock_iterator

add non-blocking http client connect

add first http client code

fix pgtest connection string

fix error detection in parse_request_line/parse_response_line

(0) -300 -100 -50 -30 +30 tip

mercurial