979899100101102103
if (req.hasSubProtocol("fastfail")) { closeSocket = new FastFailSocket(); return closeSocket; } return new RFCSocket(); }