On Jan 4, 2006, at 4:32 AM, Ian Holsman wrote:
I'm not sure why we aren't just reading the plen at the same time as the clen... but as is when the 2nd header is read, it is not in sync (out by padding-len bytes)this patch makes it read at the same time, and it seems to make the handler work for larger responses (as the following header is now synced up properly)
+1
+/* if (plen) { readbuflen = plen; @@ -595,6 +595,7 @@ break; } } +*/
Could you, instead, #if 0 it out, for the time being?