https://issues.apache.org/bugzilla/show_bug.cgi?id=53429

          Priority: P2
            Bug ID: 53429
          Assignee: [email protected]
           Summary: mod_fcgi sending FCGI_PARAMS with 0 length
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 2.5-HEAD
         Component: mod_fcgid
           Product: Apache httpd-2

Created attachment 28949
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28949&action=edit
dump of mod_fcgid

I just started writing a fastcgi application against
www-apache/mod_fcgid-2.3.7, and have been getting some mysterious 0 length
FCGI_PARAMS packets.

Attached is a dump of the socket, it starts with FCGI_BEGIN_REQUEST (01 01 00
01 00 08 00 00) setting the role to FCGI_RESPONDER. (00 01 00 00 00 00 00 00)

This is then followed by a 906 byte FCGI_PARAMS. (01 04 00 01 03 8A 00 00)

But then this is followed immediately by a second FCGI_PARAMS with 0 length.
(01 04 00 01 00 00 00 00)

While I'm not sure if this actually violates any specifications, it does seem
very dirty.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to