Releases: causematch/cm-proxy
Releases · causematch/cm-proxy
Release list
0.2.4
- Strip hop-by-hop response headers in bidirectional proxy
Forwarding Transfer-Encoding: chunked, Connection, and Keep-Alive response headers back through the Lambda Function URL caused Step Functions HTTP Invoke to time out waiting for chunked-stream framing it does not support. The bidirectional handler now filters the RFC 7230 hop-by-hop set plus Content-Length/Content-Encoding before calling send_task_success.