Hi,<br><br>I use a standard Linux.<br>My &#39;post_maxisize&#39; and &#39;model&#39; values are their default value. <br><br><br><br><font size="4">400 error :</font><br>I test a lot of HTTP errors, and <b>the 400 error</b> (HTTP_STATUS_BAD_REQUEST) <b>kill my &quot;kloned&quot; process</b>.<br>
<br>To trigger this error, I enter this address in my web-browser :<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://127.0.0.1/page.kl1?val=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...">http://127.0.0.1/page.kl1?val=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...</a>..<br>
<br>with 4200 &#39;x&#39; characters and where &quot;page.kl1&quot; is :<br>======================================<br>&lt;%!<br>&nbsp;&nbsp;&nbsp; static char *value;<br>%&gt;&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br>
&lt;html&gt;<br>&lt;body&gt;<br>&lt;p&gt;Hello !&lt;/p&gt;<br>&lt;%<br>&nbsp;&nbsp;&nbsp; value = request_get_arg(request,&quot;val&quot;);<br>%&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br>======================================<br><br>If I enter the same URI with 4100 characters or less, I have any error and it&#39;s correct.<br clear="all">
<br>Seeing your code of request.c (line 1355), I note that you did not verify the length of URI and the &quot;HTTP_STATUS_BAD_REQUEST&quot; was the default status.<br><br><br><br><font size="4">404 error limit :</font><br>
I try also to enter this address in my web-browser to test the limits of 404 error :<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://127.0.0.1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...">http://127.0.0.1/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...</a>..<br>
<br>
with 2200 &#39;x&#39; characters.<br><b>But this kill my &quot;kloned&quot; process.</b><br>
<br>If I enter the same URI with 2000 characters or less, I have the 404 error page and it&#39;s correct.<br><br><br><br>I know that my examples is  exaggerated, but KLone  should not killed by an action of client.<br><br>
Have you a solution or a patch ?<br><br>-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>