Skip to content
Snippets Groups Projects
Commit 5496b5c8 authored by deuce's avatar deuce
Browse files

Hold the outpub_write mutex until the data is send, not just until it is

removed from the ring buffer.  This prevents the session thread from closing
the socket before send() is called with the data.

Fixed issue seen on techdorks.net with the 404.ssjs file (and likely others
where static files were truncated on send).
parent febc7143
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment