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
10af90d6
You need to sign in or sign up before continuing.
Commit
10af90d6
authored
Dec 27, 2015
by
neil
Browse files
minor
parent
e4a552da
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
10af90d6
...
...
@@ -175,7 +175,7 @@ _send_signed_request() {
response
=
"
$(
$CURL
-X
POST
--data
"
$body
"
$url
)
"
fi
responseHeaders
=
"
$(
cat
$CURL_HEADER
|
sed
's/\r//g'
)
"
responseHeaders
=
"
$(
sed
's/\r//g'
$CURL_HEADER
)
"
_debug responseHeaders
"
$responseHeaders
"
_debug response
"
$response
"
...
...
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