Jacob Wirth

Results 30 comments of Jacob Wirth

> This issue appears to be reproducible with Clang 14, but not with Clang 12 (!?) Same issue here, I'm able to reproduce with Clang 14.0.0 + CMake 3.20.4, but...

@jpittis This wouldn't affect the proxies at all, but we would only allow localhost for the api endpoint. Right now this is configurable via the `--host` attribute when starting the...

This is awesome! I've wanted a dashboard built-in for a while, but we haven't really had a completed one until now. Tested this out by proxying the dashboard itself and...

:+1: for root path I haven't had to update the vendoring on this project recently, so my knowledge is a little rusty too. It's a code dependency as well, so...

Thanks for this contribution! It looks like there's some security issues around Toxiproxy access from a browser, so we're going to have to sort those out before this gets merged....

Went through this again and cleaned some things up now that it's not fresh in my mind. Should be good for a review @sirupsen

Toxiproxy is a TCP level proxy, so it does not modify the contents of the data going through it at all. Based on your layout, you're terminating TLS before Toxiproxy,...

This seems to be due to the bandwidth rate being set to 0. Right now zero / negative are undefined behavior for most toxics. This should probably be tested and...

Yeah, it's not any different currently, just a little less misleading. I think it would be reasonable to allow toxics to be specified in the `Populate()` function

I wrote a simple HTTP toxic while writing the docs for 2.0 You can find it here: https://github.com/xthexder/toxic-example/blob/master/http.go If you're up for it, you could modify it for ES, and...