• Stefy Lanza (nextime / spora )'s avatar
    Fix web server startup and HTTP response issues · c8be3561
    Stefy Lanza (nextime / spora ) authored
    - Move web_start_server() before websocket_start_server() to ensure web server starts
    - Implement full HTTP server with request parsing and response handling
    - Fix HTTP redirect to properly send Location header instead of Set-Cookie
    - Remove non-blocking socket setting that caused inconsistent responses
    - Update shutdown sequence to stop web server before WebSocket server
    c8be3561