File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Net/WebSocket/X/UnsupportedProtocolVersion.pm
Back
package Net::WebSocket::X::UnsupportedProtocolVersion; use strict; use warnings; use parent qw( Net::WebSocket::X::Base ); sub _new { my ($class, $version) = @_; my $str = "Received invalid WebSocket version in handshake: $version"; $str .= " - must be " . Net::WebSocket::Constants::PROTOCOL_VERSION(); return $class->SUPER::_new( $str, version => $version, ); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings