K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-10-25T18:47:12.000000Z K 7 svn:log V 632 Updates and enhancements to the multi-threaded httpd performance test tool: - Use uname(3) to query the OS name to report in the HTTP headers. This is probably more useful than hard-coding FreeBSD. - If no path is specified, create a 1k temporary file and send that instead. Pass a file descriptor into http_serve() rather than using a global fd. - Add more carriage returns to the HTTP headers to be a bit more correct. (Suggested by: andre) - Read to a buffer rather than a single character to reduce the number of recv() system calls pulling in the HTTP request. - Properly wait for two, not one, \n's on input. END