Sargun Dhillon
Results
122
comments of
Sargun Dhillon
It appears like it might be in chunked encoding mode? The server isn't in chunked encoding mode...
From lightly poking around, it appears like I have to implement a CONNECT proxy using this: https://docs.rs/pingora-core/0.3.0/pingora_core/upstreams/peer/struct.Proxy.html -- but, it only takes a UDS path, and not another TCP address.......