[Bug 224426] fetch -i runs in an endless loop

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 22 12:03:51 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224426

--- Comment #4 from Wolfram Schneider <wosch at FreeBSD.org> ---
It is a little bit more complicated than I thought. Some websites run in an
endless loop, others not:

endless loop:

fetch -a -o index.html -i index.html https://www.nytimes.com
fetch -a -o index.html -i index.html https://www.washingtonpost.com
fetch -a -o index.html -i index.html https://www.freebsd.org
fetch -a -o index.html -i index.html https://www.fsf.org/
fetch -a -o index.html -i index.html https://www.openbsd.org

no endless loop:

fetch -a -o index.html -i index.html https://www.apple.com
fetch -a -o index.html -i index.html https://duckduckgo.com
fetch -a -o index.html -i index.html https://www.google.com
fetch -a -o index.html -i index.html https://www.theguardian.com

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list