mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-04-30 22:41:17 +00:00
multiline parameter style nit fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b7c997ab6c
commit
1e9befeb80
@ -933,8 +933,8 @@ sub handle_api2_request {
|
||||
|
||||
$res->{proxy_params}->{tmpfilename} = $reqstate->{tmpfilename} if $upload_state;
|
||||
|
||||
$self->proxy_request($reqstate, $clientip, $host, $res->{proxynode}, $method,
|
||||
$r->uri, $auth, $res->{proxy_params});
|
||||
$self->proxy_request(
|
||||
$reqstate, $clientip, $host, $res->{proxynode}, $method, $r->uri, $auth, $res->{proxy_params});
|
||||
return;
|
||||
|
||||
} elsif ($upgrade && ($method eq 'GET') && ($path =~ m|websocket$|)) {
|
||||
|
Loading…
Reference in New Issue
Block a user