Vasiliy Kulikov

Results 11 issues of Vasiliy Kulikov

Parsing depth should be limited to some sane value, e.g. 128. Too big value may lead to a recursive call to rapidjson which might lead to stack overflow. Internal ticket:...

good first issue
yatalks

The feature is already stable enough. DP should be configured via global USERVER_DEADLINE_PROPAGATION_ENABLED. Internal ticket: 7864

good first issue
yatalks

If a service is restarted slower than in 15 seconds, other instances cut out all the connections. This may lead to unneeded connection rebalancing and even some runtime errors. We...

good first issue
yatalks

First, thanks for such a good library. I tried to run unit tests of userver (https://github.com/userver-framework/userver) on FreeBSD 13.1 and got an assert from libev: libev: kqueue found invalid fd....

OpenSSL is thread safe in general, but it doesn't guarantee anything for the same object - working with the same BIO/SSL_CTX from multiple threads is not safe at all. It...

help wanted
big

There is a jsonschema codegen implementation in chaotic. We need OpenAPI codegen too (for clients and handlers).

big