Upgraded proxy sockets to use CONNECT 1.0 to avoid proxy problems -- for the time being (see also #741/ #739)

This commit is contained in:
Dirk 2017-05-12 18:31:59 +02:00
parent 2aa68827b9
commit b4889a731b

View File

@ -6973,7 +6973,7 @@ fd_socket() {
pr_magenta "$PROG_NAME: unable to open a socket to proxy $PROXYIP:$PROXYPORT"
return 6
fi
echo "CONNECT $nodeip:$PORT" >&5
echo -e "CONNECT $nodeip:$PORT HTTP/1.0\n" >&5
while true ; do
read proyxline <&5
if [[ "${proyxline%/*}" == "HTTP" ]]; then