Jacob Wirth

Results 7 issues of Jacob Wirth

While working on the bidirectional toxics PRs I discovered some problems with how `ChanReader` worked when used ephemerally inside a toxic. These turned out to be non-trivial to fix, with...

This is in preparation for adding an HTTP toxic as well as enabling other protocol-aware toxics. This PR does a few things: - Keeps track of paired links so that...

This was previously "fixed" in PR https://github.com/Shopify/toxiproxy/pull/184, but it looks like it is still possible to access Toxiproxy from a malicious page. I was looking deeper into this, and the...

bug
security

Right now it's not possible to create proxies from the cli with an initially disabled state, while it is possible with CURL and I believe most of the clients. This...

Recently it seems there's been some issues and confusion over what versions are released and what documentation matches what. Currently the master README.md is a bit of a mix between...

When a proxy is created with a hostname such as `localhost`, toxiproxy will resolve the address and store the ip address `127.0.0.1`. This means that host comparisons such as in...

### Requirements - [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

enhancement