On 12/08/2015 01:03 PM, Jacob Champion wrote:
- The module that won the proposal is given one last chance to check the incoming request and fail the upgrade with an immediate HTTP response.
And to add to this, for completeness: mod_websocket also needs to add any required headers (e.g. Sec-WebSocket-Accept/Protocol/Extensions) to the 101 response during this same conceptual "check" phase.
--Jacob