Commit e1db5db8 authored by neilpang's avatar neilpang
Browse files
parent 20e51f0b
...@@ -1841,7 +1841,7 @@ _send_signed_request() { ...@@ -1841,7 +1841,7 @@ _send_signed_request() {
_body="$response" _body="$response"
if [ "$needbase64" ]; then if [ "$needbase64" ]; then
_body="$(echo "$_body" | _dbase64)" _body="$(echo "$_body" | _dbase64 | tr -d '\0')"
_debug3 _body "$_body" _debug3 _body "$_body"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment