zekronium

Results 7 issues of zekronium

### Context Since the merge of my PR I realized that wrong connections are picked when changing proxy per request [as per this PR](https://github.com/vert-x3/vertx-web/pull/2033) During my investigation my assumption is...

bug

Hi, I am reporting this observation that came up when we noticed our instances getting OOM killed. This happens in any sort of loop, if the future completes instantly, no...

Hi, I see you also have a tbd on interrupt/cancellation features. I tried searching the repo and examples but the only feature I find is .cancel(bool) on the Future itself....

Hi, Could you please provide more elaborate documentation on generators and how to use them and how are they beneficial

#### Describe the feature Like `HttpRequest.expect()`, but inverted, for conditions that would fail the request if met, allowing to set general fail reasons. This should allow to have a more...

enhancement

Hi, My understanding that the key benefit of SIMD is that we can "progressively" parse a stream of JSON hence the tape reading like implementation. Although in benchmarks with varying...

### 请描述您的需求或者改进建议 The project heavily relies on `ThreadLocal` objects, which can cause explosive memory growth with `Virtual Threads`. In theory, `ThreadLocals` have relatively no effect with Virtual Threads since its...

enhancement