On Sun, Oct 24, 2004 at 10:21:11PM -0400, Dan Williams wrote: > send(4, "GET /download/mirrors/fedora-cor"..., 130, 0) = 130 > recv(4, "H", 1, 0) = 1 > recv(4, "T", 1, 0) = 1 > recv(4, "T", 1, 0) = 1 > recv(4, "P", 1, 0) = 1 > recv(4, "/", 1, 0) = 1 I can't believe they still didn't fixed the python HTTP header scanning code to buffer thre reads ... One syscall per byte in the header, I know the Python guys don't care about performances but this is sick ... Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ veillard@xxxxxxxxxx | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/