You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Linux CI segfault by using synchronous httplib task queue.
OpenSSL-enabled httplib runs request handlers in a thread pool by default, which can crash with statically linked OpenSSL on Linux amd64. Handle requests on the server thread instead.
0 commit comments