pajama-coder

Results 5 comments of pajama-coder

Thanks for the report. From my test here, it seems to happen only with the TLS path. Could you please skip TLS in your test just to see if that's...

This is a common requested feature but unfortunately, it's pretty hard to do in Pipy right now because the core logic that is involved here is some kind of loops...

@kickthemooon With the latest commit ecbd3b03f53c21d8852e85968936ea69e68c77cc, a new filter replay() is introduced, by which the logic you are looking to can be implemented. Also, the 'unhealthy' parameter for LoadBalancers can...

This issue was found in a very old version. Since it hasn't been seen in other versions later on, I'll close it for now.

@Hou-Xiaoxuan I've added an exported function `void pipy_exit(int force)` in shared lib mode in ad274d972f3f6bf1310bbc924870b29d497aefd9. When force == 0, Pipy will terminate after draining all workloads. When force != 0,...