Subj : src/sbbs3/ftpsrvr.c js_socket.c mailsrvr.c services.c websrvr.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Dec 19 2023 10:10 am https://gitlab.synchro.net/main/sbbs/-/commit/83d6ae6e1415bb9a545ac741 Modified Files: src/sbbs3/ftpsrvr.c js_socket.c mailsrvr.c services.c websrvr.c Log Message: Now that we have a rwlock, extend it back to where it was. We'll hold a reader lock under the session is established, which should prevent blocking other threads unless something is beating on get_ssl_cert() (which would be a different bug). This still needs to be figured out, but at least this should fix the immediate issue. .