LessThanGreaterThan

Results 21 comments of LessThanGreaterThan

facing the same issue on debian 11. debug log: ``` [ INFO/2024-05-12 14:44:21,671] telethon.client.downloads: Starting direct file download in chunks of 524288 at 0, stride 524288 [ INFO/2024-05-12 14:44:21,671] telethon.client.telegrambaseclient:...

this would also allow KTLS support https://github.com/rustls/rustls/issues/198

this would be very useful as it allows for things like JA3/JA4 etc

> Should additional metadata also be provided within Session, such as the server ip/port, and SSL metadata such as cipher, tls version, etc? I can create a new ticket with...

> There is a [`connected_to_upstream`](https://github.com/cloudflare/pingora/blob/main/pingora-proxy/src/proxy_trait.rs#L338) phase which sounds like the "on connect" phase you're asking for. There is a `reused` boolean that indicates if the connection is re-used or not....

> Really `request_filter` still solves this as downstream requests are one to one with upstream connections. That is unless the ask here is to enforce a limit on connections to...

you certainly could, but it's not really made for it. pingora's use case is to load balance and act as a proxy. (i.e. https://blog.cloudflare.com/how-we-built-pingora-the-proxy-that-connects-cloudflare-to-the-internet )

this is a framework without your code there is nothing it can do on its own

> > this is a framework without your code there is nothing it can do on its own > > Isn't pingora a replacement for nginx? We could have abstracted...

so if i understand this correctly, you see on the page cloudflare turnstile, and are confused why recaptcha doesn't work ?