Esteban C Borsani

Results 64 issues of Esteban C Borsani

Not sure how useful this is, WS over http2 seems supported by firefox and chrome at least. For the hyperx client/server is kinda pointless, http2 supports sending any number of...

Follow up of #25 Current received payload only includes data in case of data frame and field block in case of header, and push promise. Missing optional fields and padding....

There is already a threading server (see the `run` proc). Unlike the current one, this experimental server does not depend on server socket reuse.

Adds the `tilde` proc which compiles regex at runtime and stores it in a global for caching. Also, it validates the regex at comptime. ```nim import pkg/regex doAssert ~r"abc" in...

Changes: - Pack metric opts into `MetricsConf` - Pack keymanager opts into KeymanagerConf - Pack `restRequestTimeout`, `restMaxRequestBodySize`, `restMaxRequestHeadersSize` into `RequestConf`. But this could be passed individually instead. - Small initKeymanagerServer...

### Nim Version Nim Compiler Version 2.3.1 [Linux: amd64] Compiled at 2025-12-03 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 2d0b62aa515c9d1b4132a5c83713d7d1e68840a0 active boot switches: -d:release ### Description It seems there...

Fix #24670 I refactored await because there is some bug with line/callsite pragmas and doing a cast+read inline within it that prints `asyncmacro` info line instead of callsite, but it...