Skip to content

Commit

Permalink
[backend] use formurlencode when sending commands
Browse files Browse the repository at this point in the history
from srcserver to backend
  • Loading branch information
bugfinder committed Nov 7, 2023
1 parent b5937b8 commit 558a3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -4451,6 +4451,7 @@ sub docommand {
my $param = {
'uri' => "$reposerver/_command",
'request' => 'POST',
'formurlencode' => 1,
};
$res = BSWatcher::rpc($param, undef, @args);
return $res;
Expand Down

0 comments on commit 558a3b2

Please sign in to comment.