mirror of
https://github.com/thorsten-gehrig/alexa-remote-control.git
synced 2024-11-13 04:19:03 +01:00
Defaults to HTTP/1.1 for cURL
This commit is contained in:
parent
fcde3559fc
commit
184181b83f
@ -31,7 +31,7 @@ CURL='/usr/bin/curl'
|
||||
# cURL options
|
||||
# -k : if your cURL cannot verify CA certificates, you'll have to trust any
|
||||
# --compressed : if your cURL was compiled with libz you may use compression
|
||||
OPTS='--compressed'
|
||||
OPTS='--compressed --http1.1'
|
||||
#OPTS='-k --compressed'
|
||||
|
||||
# browser identity
|
||||
|
Loading…
Reference in New Issue
Block a user