Rack feature that lets an application grab the raw TCP socket behind an HTTP request and escape the normal request/response lifecycle. Essential for long-running persistent connections like WebSockets. ManageIQ uses it to detach the VNC↔WebSocket proxy onto a separate thread while returning a dummy response to keep Rack happy.