Mat Trudel

Results 95 comments of Mat Trudel

Are you potentially missing the tracking of a returned `conn` in one of your plugs? I wonder if this is a similar root cause to https://github.com/mtrudel/bandit/issues/260 and https://github.com/mtrudel/bandit/issues/294 (@alisinabh; do...

I have to admit, I'm kinda stumped by this. Just to keep the investigation moving: * Given the scale of your site, it's not out of the realm of possibility...

I believe the underlying issue here has been fixed with 1.5.0. I'm going to close this for hygiene, but if it reoccurs please feel free to reopen!

I'd love a repro for this if possible @danschultzer !

Looking into the pipeline code in more detail now that the post-1.4 world has settled down a bit and I *think* the only open question may be whether protocol errors...

Closing due to inactivity. As I mentioned above, I'm happy to hew telemetry for these cases based on whatever otel folks want. Once / if someone has a concrete proposal...

I have a hunch that this may be due to older connections not shutting down when the client disconnects (which traces back to the same issues as #344). It's actually...

Update: It's not the same issue as #344, but I've got a repro case for this locally (it looks like it may be related to what's left of #339). Not...

You and I had looked at this a while back I think, and the issue is that 'sorting' is only a thing that makes sense for literal values (this is...

Amazing! Thanks so much for this. I’ll be reviewing this and the attendant PRs asap.