<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi again Jow,<br>
I tested another patch of mine (really noobish i know :) )<br>
still against commit: 993cace15114a0f06f720f34a4748ab54b695f0d<br>
<br>
--- utils.c 2015-10-08 15:05:01.209195841 +0200<br>
+++ utils.c 2015-10-08 15:04:27.082529799 +0200<br>
@@ -28,10 +28,6 @@<br>
if (cl->request.method == UH_HTTP_MSG_HEAD ||
cl->request.method == UH_HTTP_MSG_OPTIONS)<br>
return false;<br>
<br>
- /* RFC2616 10.2.5, 10.3.5 */<br>
- if (cl->http_code == 204 || cl->http_code == 304)<br>
- return false;<br>
-<br>
return true;<br>
}<br>
<br>
<br>
and it seems to works for the reasons I tried to explain in my
previous mail.<br>
<br>
I tested your commit too and it works fine. Much more complete than
mine :) <br>
I just ask for a detail because I'm not sure if I understand it
correctly:<br>
between 2 request how do you reset cl->request.disable_chunked?<br>
is it done in uh_request_done() with the memset() ???<br>
<br>
thank you in advance<br>
Luigi <br>
<br>
<div class="moz-cite-prefix">On 10/08/2015 12:47 PM, Luigi Tarenga
wrote:<br>
</div>
<blockquote cite="mid:561649C5.1070908@gmail.com" type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<br>
I'm going to try a new simple patch and then your suggested one.<br>
I will update you.<br>
<br>
</blockquote>
<br>
</body>
</html>