Matthieu Chase Heimer

Results 4 comments of Matthieu Chase Heimer

I have the same need as @adams-family, preventing cache bypassing. Ideally I'd want to be able to specify which query parameters (if any) should be used to generate the cache...

Don't you need to emit the proxyReq event before the pipe call? If the pipe sends the first chunk then the headers will be sent with it and won't be...

Does the proxy need to avoid piping to the request until the socket is really connected? And also make sure the proxyReq event is emitted before any piping occurs so...

I also think the nonProxyHosts handling is incomplete. Typically the bash env no_proxy value uses a starting period to indicate wildcards. For example: .example.com In the Java world there should...