neilpang 2018-03-07 21:25:07 +08:00
parent 20e51f0b4d
commit e1db5db8ac
1 changed files with 1 additions and 1 deletions

View File

@ -1841,7 +1841,7 @@ _send_signed_request() {
_body="$response"
if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64)"
_body="$(echo "$_body" | _dbase64 | tr -d '\0')"
_debug3 _body "$_body"
fi