Ben Kallus
Ben Kallus
Some UI pain points: 1. In a `transducer_fanout`, rejection messages are printed separately from regular output. 2. In `history`, alignment is weird because numbers can have different numbers of digits.
Right now, regex highlighting only works for fanout.
[Civetweb](https://github.com/civetweb/civetweb/) is a fork of Mongoose that might be vulnerable to some of the same problems as Mongoose. It could be worth adding to the Garden.
Add [merecat](https://github.com/troglobit/merecat) to the Garden.
I have previously played with adding H3 support to the Garden, but didn't get very far. This would be really nice to have.
HTTP/2
HTTP/2 support in the Garden is limited. I had a half-baked version of this at one point, but I removed it because it was distracting from HTTP/1, and I was...
Currently, the Garden uses a fixed timeout for each type of target. We could achieve orders of magnitude better performance by using dynamic timeouts.
Some servers support only a finite set of HTTP methods. This clutters fuzzer results. We should be able to ignore these problems if we know the set of allowable methods...