mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-22 07:48:13 -05:00
This commit is contained in:
parent
8098cf3ee2
commit
f42b42d6b1
@ -159,7 +159,7 @@ class Stash implements ProtocolInterface
|
|||||||
|
|
||||||
switch (data_get($protocol_settings, 'network')) {
|
switch (data_get($protocol_settings, 'network')) {
|
||||||
case 'tcp':
|
case 'tcp':
|
||||||
$array['network'] = data_get($protocol_settings, 'network_settings.header.type', 'tcp');
|
$array['network'] = data_get($protocol_settings, 'network_settings.header.type', 'http');
|
||||||
$array['http-opts']['path'] = data_get($protocol_settings, 'network_settings.header.request.path', ['/']);
|
$array['http-opts']['path'] = data_get($protocol_settings, 'network_settings.header.request.path', ['/']);
|
||||||
break;
|
break;
|
||||||
case 'ws':
|
case 'ws':
|
||||||
|
Loading…
Reference in New Issue
Block a user