Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
09041fb8
Commit
09041fb8
authored
Jul 08, 2023
by
neil
Browse files
fix format
parent
299a1574
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
09041fb8
...
...
@@ -2224,8 +2224,8 @@ _send_signed_request() {
_body
=
"
$response
"
if
[
"
$needbase64
"
]
;
then
_body
=
"
$(
echo
"
$_body
"
| _dbase64 multiline
)
"
_debug3 _body
"
$_body
"
_body
=
"
$(
echo
"
$_body
"
| _dbase64 multiline
)
"
_debug3 _body
"
$_body
"
fi
_retryafter
=
$(
echo
"
$responseHeaders
"
|
grep
-i
"^Retry-After *: *[0-9]
\+
*"
|
cut
-d
:
-f
2 |
tr
-d
' '
|
tr
-d
'\r'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment