Congyu

Results 136 comments of Congyu

The CI error is interesting, maybe unrelated to this PR but I encountered it also in my own work: ``` [2024-08-07T07:43:35Z WARN pingora_core::protocols::http::v1::server] Respond header is already sent, cannot send...

Useful when there is a gateway sitting in front.

which version are you using? And what platform are you using?

That's kind of strange. Are you using too many column families maybe? Do you have a minimum code that can reproduce it?

> i was facing this as well, but it was my fault, i was opening and closing lots of times, every time i wanted to set a new key value...

I hope that ring would still remain an option even if aws-lc-rs becomes available as a feature. For those without compliance need, ring is much more lightweight.

I'm not that familiar with macOS. And I agree that it looks to me that running it using cf run loop is Okay, as long as CFRunLoopSource is !Send. But,...

Shouldn't we require T to be `'static + Send + Sync` since it is used as &mut T in callback?