Serris Lew
Serris Lew
Current tcpinfo condition from header_rewrite plugin only provides tcp info from the client socket. - Adding a CLIENT and SERVER qualifier within this condition will provide tcp info from both...
Removes active/passive buffer intermediate buffer to reduce data transfer latency - removes MIOBuffer and IOBufferReader objects for both transfers - for every write, it reduces `transfer_bytes` call from 2 to...
Coverity complaining `col._row_size` not initialized but that's only when `col._type` hits default case (which comment implies shouldn't happen). Can also add `col._row_size = 0` to just default case
Extension of #12122 Add `autest-uds` cmake preset to run all autests with `curl --unix-socket [ts_runtime_dir/socket]` command - skips h2 and tls autests for uds case - skips unrelated autests or...
Initial POC to support virtualhost config schema with remap rules. - Resolves to a single virtualhost entry - Remap rule logic remains the same. Order ranking still applies (i.e. rules...