Skip to content
  • deuce's avatar
    Many small fixups in the web server... close the socket on a non-EAGAIN · 9aec458e
    deuce authored
    recv() error, pass socket by reference rather by value, rely on a much more
    natural termination sequence:
    1) When terminate_server is set, close_request() always ends the session.
    2) The session will now complete when terminate_server is set.
    3) The output thread waits until the session is complete.
    
    One int -> SOCKET fix.
    etc.
    9aec458e