From 184181b83f2e147bfe8dd60d9fba54d16f14bd6c Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Mar 2018 18:48:10 +0100 Subject: [PATCH] Defaults to HTTP/1.1 for cURL --- alexa_remote_control_plain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alexa_remote_control_plain.sh b/alexa_remote_control_plain.sh index 3d0c58d..cb75ac7 100644 --- a/alexa_remote_control_plain.sh +++ b/alexa_remote_control_plain.sh @@ -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