fix httpclient termination in case an external event has called the last http_client_process default tip

fix error handling in proxy_response_write

add some httpclient debug logging

fix wrong return error code in proxy_response_write

fix forwarded parameter in reverse-proxy-service saf

implement proxy forwarded/x-forwarded headers

fix httpclient using the wrong method

increase request buffer size

fix log formatting

fix duplicated host header

fix uninitialized memory in the reverse proxy

add host-header parameter for the reverse-proxy saf

add support for websockets in the reverse proxy

add test_http_client_ws_msg_in

add httpclient test for sending websocket messages

implement httpclient websocket IO

add nsapi_set_saf_return_callback as preparation for proxy saf testing

httpclient: prepare httpstream for websockets

implement HttpStream raw mode: raw mode disables read counter

add httpclient broken response test

increase request content length in test_http_client_post_ctlen_large, fix test_httpclient

add httpclient test for handling an incorrect content length

fix memory leaks in httpclient tests

add test_http_client_post_ctlen_large

adjust test_http_client_io subroutine

fix proxy event handling

add error handling in proxy_request_read

add httpclient request body tests

fix multiple reads could corrupt the httpclient buffer content

add more httpclient tests

fix build on Solaris 10

add first full httpclient test

fix proxy connect

implement reverse_proxy_service location and url parameters

prepare httpclient for websockets

add raw mode for http streams

proxy: get uri from pb_key_uri/pb_key_query instead of clf-request

add util_uri_escape_s function

implement proxy request finish callback

add util_parse_uri

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

refactor HttpParser to support parsing of Http responses

use bool instead of WSBool in strreplace

update ucx to version 4.0

remove unnecessary usage of cx_hash_key_str

improve error handling in load_mime_config

fix wrong content-length in the access log

update uwproj

check pg connection when preparing the resource

add missing source file

add code from Open Web Server req.cpp

add rewrite_url tests

add rewrite directive

cleanup compiled location regex

add session_create

add test for rewrite_rule_create

add rewrite_rule_create

add rewrite_url

update ucx to version 3.2

add WSLocationConfig match initialization

implement forcetls setting

save location match results

implement Location VFS directive

implement Location AddACL directive

respect DirectoryIndex location setting in the service_index SAF

add apply_location_config SAF

fix location match type initializataion

add match_location nametrans SAF

add location config parser

add simple string template function

port old ucx2 tests to ucx3

add util/strreplace.h

set token delimeters for the server.config parser, fixes #760

add protocol_status_message_s function

remove old ObjectConfig struct and rename ObjectConfig2

remove some unused objconf functions

fix potential uninitialized read in util_uri_unescape_strict

enable debug request file logging

some string simplifications

add debug request logging in case uri_unescape fails

send error response if nsapi_start_request fails

add ucx kv_list

update ucx

use -dynamiclib flag to build a dylib on macos

add srvctrl stop command

use vfs_stat instead of stat in send_cgi

fix cgi pipe fd initialization

fix user-after-free in case evt_add_request/ev_pollin fails

update uwproj

improve error handling/logging in nsapi_start_request

update ucx

(0) -120 tip

mercurial