On Thursday 13 March 2008 11:21, conn intel wrote: > Dear Friends, > > I looked into busybox-1.7.1/networking/httpd.c and found that increasing > value of "hdr_buf" may speed up the process of file uploading. It has > following value using debug statement in the code: > > fprintf(stdout,"The value of hdr_buf=%ld %d > \n",hdr_buf,(int)sizeof(hdr_buf)); > > output on webpage: > > The value of hdr_buf=807028 4096 > > > If I try to increase the value, httpd shows "400 Bad Request". Can anyone > has some suggestions on it.
httpd had some significant fixes in 1.8.0. Can you try 1.9.1 + this fix? http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-httpd-POST.patch -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
