Strict Sub-Protocol check off by default

More of an implementation detail, not specified in spec
This commit is contained in:
Chris Boden 2016-02-20 16:07:27 -05:00
parent b2bd4607ae
commit bbc7818ddb

View File

@ -15,7 +15,7 @@ class ServerNegotiator implements NegotiatorInterface {
private $_supportedSubProtocols = [];
private $_strictSubProtocols = true;
private $_strictSubProtocols = false;
public function __construct(RequestVerifier $requestVerifier) {
$this->verifier = $requestVerifier;