zekronium
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...
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...
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...
Hi, There seems to be some sort of an issue, with about 1000 connections it starts to panic We are running on a 16 core server with 64gb ram on...
### Version 4.5.9 and above (this part of the vertx code has not been changed for a while now so likely is in older versions too) ### Context Using the...
Motivation: Currently, `MultipartFormUpload` uses `PostRequestEncoder` which includes `transfer-encoding` headers which are illegal in HTTP2 and HTTP3 as per the RFC. Currently it is a simple fix, maybe this should be...