Strict Sub-Protocol check off by default
More of an implementation detail, not specified in spec
This commit is contained in:
parent
b2bd4607ae
commit
bbc7818ddb
@ -15,7 +15,7 @@ class ServerNegotiator implements NegotiatorInterface {
|
|||||||
|
|
||||||
private $_supportedSubProtocols = [];
|
private $_supportedSubProtocols = [];
|
||||||
|
|
||||||
private $_strictSubProtocols = true;
|
private $_strictSubProtocols = false;
|
||||||
|
|
||||||
public function __construct(RequestVerifier $requestVerifier) {
|
public function __construct(RequestVerifier $requestVerifier) {
|
||||||
$this->verifier = $requestVerifier;
|
$this->verifier = $requestVerifier;
|
||||||
|
Loading…
Reference in New Issue
Block a user