Wget fails to identify comment

2002-07-22 Thread George Prekas
Hello, I have recently noticed that Wget can't identify this comment: !--content I know that this comment is not valid, but I think that Wget shouldn't break. What do you think about it? Regards, George Prekas High School Student.

retrying on a closed connection in 1.8.2

2002-07-22 Thread Zvi Har'El
Hi, I have the following problem with wget 1.8.2: Doing a HTTP fetch with wget, I get connections timeout, e.g., --11:01:13-- http://xxx.xxx.com/valhalla/iso/i386/valhalla-i386-disc1.iso (try: 5) = `valhalla-i386-disc1.iso' Connecting to xxx.xxx.com[xxx.xxx.xxx.xxx]:80... connected. HTTP

Re: Newbie question --- using wget for AV def file update - port failure problem

2002-07-22 Thread Steve Bratsberg
that was the fix, thank you Matt Whimp Sarah Kemp matt[EMAIL PROTECTED] wrote in message news:20020720064602.0645af92.matt[EMAIL PROTECTED]... On Fri, 19 Jul 2002 11:57:38 -0400 Steve tapped the following into the keyboard: == PORT ... Master socket fd 428 bound. using port 1342. --

segmentation fault

2002-07-22 Thread jgrosman
Hi all. I have one question (you have already helped me, so I hope it could happen the same once again). I have script for downloading gif files from different sites (they are called from PostgreSQL database). I am downloading the files from WWW and creating suck.html, where are defined URL,

Another case that cause wget to crash

2002-07-22 Thread Xuehua Shen
Hi,there, Another Crash case of wget. when I use wget http://www.usmint.gov/what.cfm. Resolving www.usmint.gov...done Connecting to www.usmint.gov[208.45.143.104]80...connected Location:http:\\catalog.usmint.gov[following] http:\\catalog.usmint.gov:Unsupported scheme. Segmentation

Re: Another case that cause wget to crash

2002-07-22 Thread Hack Kampbjørn
Xuehua Shen wrote: Hi,there, Another Crash case of wget. Note thatthe latest wget version (1.8.2) doesn't segfault on this. when I use wget http://www.usmint.gov/what.cfm. In the future, when reporting problem please include the --debug output of the wget command. Resolving

Re: Another case that cause wget to crash

2002-07-22 Thread Xuehua Shen
Sorry for this wrong email. I found that the reason that wget crashs is not because the redirection circle detection.It's because I changed the code:-). When redirection cycle is detected by wget,wget will not store the pages on the local disk.While I continue to delete the page,So error takes