Hi Groleo !

shttpd does not support keep-alive for static content and CGI.
However, if you can write your callback in a stateful manner,
you can handle that.

Please keep in mind that the callback may be called more than
once for a single request. Looking at your code, two things
become obvious quite quickly:
1. callback is not stateful.
2. some paths leak memory. why do you do malloc at all ?

I do not know about xmlrpc, and why firefox sends empty body;
but I'm sure carefully written callback can handle that.


Regards,
Sergey
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
shttpd-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shttpd-general

Reply via email to