[BusyBox] Problems with httpd !

Vladimir N. Oleynik dzo at simtreas.ru
Tue Aug 12 16:31:29 UTC 2003


Steven,

>>> since version 1.10 of networkinh/httpd.c the server is only sending 
>>> empty pages to my browser!
> I meant CVS version 1.10!
> Maybe I should have said revision!!!

http://www.busybox.net/cgi-bin/cvsweb/busybox/networking/httpd.c.diff?r1=1.9&r2=1.10

After this changes ?

Hmm, hmm. Content_Lenght may have only two value: -1 or file size for transfer...


Please complie from networking/ tree:

cc -I ../include -DDEBUG -DHTTPD_STANDALONE httpd.c ./libbb/libbb.a -lcrypt

run with

mkdir www
cp ../dosc/screenshot.html www
a.out -h www -p 8080 -v


and connecting as

telnet localhost 8092
get / HTTP/1.0


and see Contentlength.
Is 0?


--w
vodz




More information about the busybox mailing list