Jim Macaulay <[email protected]> writes: > I am using Cygwin . If i use wget command i am getting and error as , > > wget http://google.co.in/ > --2015-11-13 14:04:35-- http://google.co.in/ > Resolving google.co.in (google.co.in)... 216.58.196.163, > 2404:6800:4003:809::2003 > Connecting to google.co.in (google.co.in)|216.58.196.163|:80... connected. > HTTP request sent, awaiting response... Read error (Connection reset by > peer) in headers. > Retrying. > > [image: Inline image 1] > > Can you kindly guide me in this .
how did you get the executable for wget? Did you build it by yourself? Can you please provide the version of wget you used (wget --version) and attach the --debug output when you run your command? I think the issue might be related to how we manage blocking/non-blocking sockets on Windows. Regards, Giuseppe
