Jan van Lindt Sulmont
Jan van Lindt Sulmont
Hato wraps Java 11 HTTP client, which uses a configurable connection pool. Setting the following properties: ``` (System/setProperty "jdk.httpclient.connectionPoolSize" "10") (System/setProperty "jdk.httpclient.keepalive.timeout" "2") ``` (timeout in seconds) seems to allow...
> Not yet. Worked on it a bit last week. I'll update the thread when I have new info. Thanks @yitzchak I see that `CLASP_APPLE_SILICON` macro defined! FWIW with llvm@18...
> @jsulmont I'm aware of this. They are indicators that something is wrong with the stamps of literals loaded from a FASO. Thanks @yitzchak 👍🏻
@yitzchak perhaps if you point me at the right direction I can spend some time on this and see if I am able to help.
Hi everyone. I'd also be interested by this functionality. However, I don't think it is necessary to bring in IP filtering (allow_list etc) -- too intrusive. I'd rather suggest bringing...
Hi @eaufavor I've submitted [this PR](https://github.com/cloudflare/pingora/pull/671) in case you find it useful.
> I think this PR makes total sense. Would you be open to feature flagging this out? The idea would be for people (like us) to avoid paying the cost...
Hi @johnhurt -- I've pushed a few commits towards feature gating connection filtering.
Hi @johnhurt — just checking in on the connection filter PR. Feature-flagging is in place, and the rest should be straightforward. Only perf caveat is if someone blocks in the...
Just wanted to mention that we've deployed this connection filtering feature from my fork in a production environment (enterprise utility infrastructure). It's been professionally penetration tested and performed well under...