You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/06/17 00:36:36 UTC

[Bug 53429] New: mod_fcgi sending FCGI_PARAMS with 0 length

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

          Priority: P2
            Bug ID: 53429
          Assignee: bugs@httpd.apache.org
           Summary: mod_fcgi sending FCGI_PARAMS with 0 length
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: zidsoft@gmail.com
          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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 53429] mod_fcgi sending FCGI_PARAMS with 0 length

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53429

Peter Johnson <zi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Peter Johnson <zi...@gmail.com> ---
Found some docs

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org