Pavel Kovalenko
Pavel Kovalenko
Rebased work on https://github.com/pocoproject/poco/pull/3040 https://github.com/pocoproject/poco/issues/3035 Added possibility to connect to HTTPS proxy. Not all proxies support CONNECT requests, so it's possible to send a request directly to HTTPS proxy without...
Hello everyone. I use Poco HTTP client to work with HTTPS endpoint through an HTTPS proxy but I'm getting timeout errors in such configuration. Looking at HTTP(S)ClientSession source code I...
Currently, there is no ability to create several same TraceComponent's within one JVM. The only way is to use singleton located in ```io.opencensus.trace.Tracing``` class. If I try to create TraceComponent...
Currently, a TimeLimitedHandler used for span exporting accesses to Tracer object instance using the singleton approach: ```private static final Tracer tracer = Tracing.getTracer();``` If TraceComponent has created externally (not in...
Hi, everybody, Recently, I noticed that my Arrow Flight Server keeps a lot of resident memory (hundred of gigabytes) after ingestion of record batches via `DoPut` call. After debugging I...
OS: Ubuntu 20.04 Folly version: v2023.02.06.00 I've built Folly using instructions from the readme: ``` ./build/fbcode_builder/getdeps.py install-system-deps --recursive python3 ./build/fbcode_builder/getdeps.py --allow-system-packages build ``` Then I added Folly in Cmake: ```...