Bramha Ghosh
Bramha Ghosh
Ok, this looks like it's happening in the via_modifier when it detects a request loop - the call to context.Get from ModifyResponse is incorrect (it does not return an error,...
Oh ok - this seems like it should work fine. Just want to note that the [net/http docs](https://golang.org/pkg/net/http/#Response) say about Response.Request: > // This is only populated for Client requests....
Looks like you're not telling curl about the tls key with the --key flag. https://curl.haxx.se/docs/manpage.html#--key On Mon, Apr 8, 2019, 12:04 AM Guri wrote: > I am trying to setup...
I'm not sure what you're trying to do - can you show me the code of the proxy you're trying to build and the commands you're using to attempt configuration?
I don't think that setting `DisableCompression` to `true` should be the default behavior. If you need this behavior, I would suggest writing your own `main.go` implementation and swapping in your...
Yeah I think @itaisod is correct. The fix is to "pipe the original data unmodified along with the original Content-Length and Content-Encoding". My concern with setting `DisableCompression` to `true` is...
This seems reasonable - I'd be happy to review a PR that adds in this behavior.
Yes - it's under active development. Keep an eye out for it this quarter. On Thu, Jan 19, 2017 at 10:19 AM bootstraponline wrote: > Is this still planned? I...
It is not, and it's not likely to be soon. It's very low priority. On Tue, Dec 11, 2018, 9:51 AM Patrick @bramhaghosh @admtnnr > Is this feature currently being...
This is a low priority issue. However, I'm happy to review and merge any pull-requests that add websockets mitm. On Sat, Oct 10, 2020 at 12:50 PM nobody5050 wrote: >...