Subj : src/sbbs3/js_socket.c To : Git commit to main/sbbs/master From : Deuc¨ Date : Mon Jan 06 2025 22:27:24 https://gitlab.synchro.net/main/sbbs/-/commit/bf7ad258d687fdafff5a370a Modified Files: src/sbbs3/js_socket.c Log Message: Fix TLS short send issue. On JS TLS sockets, sends over 16384 bytes would be truncated to the next multiple of 8192 higher than half the buffer length. This was triggered because we send chunks of 8192 bytes at a time, and decrement the length each time through the loop. We return "success" when the total sent so far is higher than the length remaining. Fixes bug reported in #Synchronet by Accession. --- þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net .