Hi,

The POST command seems to send an empty record (8 zero bytes) between the
terminating FCGI_PARAMS record and the FCGI_STDIN record.

Here is the record stream, assuming the POST command does not have buffer.

{FCGI_PARAMS, 1, "xxxxxx"}
{FCGI_PARAMS, 1, ""}
{8 zero bytes}
{FCGI_STDIN,  1, ""}

Checking function send_post, it looks like the empty record is prepared for
the next header, but never used.  Is this empty record really needed?

Thanks,
Yiliang
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to