[Bug 9471] wget doesn't work on my system (http)
bugzilla at busybox.net
bugzilla at busybox.net
Sat Dec 10 19:41:17 UTC 2016
https://bugs.busybox.net/show_bug.cgi?id=9471
--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
Works for me:
$ strace -ozz -tt -s99 ./busybox wget http://localhost/
Connecting to localhost (127.0.0.1:80)
index.html 100% |*******************************| 1321 0:00:00 ETA
Log:
20:39:28.722827 write(3, "GET / HTTP/1.1\r\nHost: localhost\r\nUser-Agent:
Wget\r\nConnection: close\r\n\r\n", 72) = 72
20:39:28.722953 shutdown(3, SHUT_WR) = 0
20:39:28.723047 alarm(900) = 900
20:39:28.723123 read(3, "HTTP/1.0 200 OK\r\n", 4096) = 17
20:39:28.723517 alarm(900) = 900
20:39:28.723591 read(3, "\r\n<html><head><title>Index of
/</title>\n<style>\ntable {\nwidth:100%;\nbackground-color:#fff5ee;\nborde"...,
4096) = 1323
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list