1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-12 02:16:16 +00:00
This commit is contained in:
neil 2016-05-13 21:33:52 +08:00
parent 1953957506
commit 484d9d2ad8

View File

@ -578,6 +578,7 @@ _post() {
httpmethod="POST"
fi
_debug $httpmethod
_debug "url" "$url"
if _exists "curl" ; then
_CURL="$CURL --dump-header $HTTP_HEADER "
if [ "$needbase64" ] ; then