You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by wr...@apache.org on 2001/05/30 20:08:29 UTC

Re: os-windows/7438: CGI POST doesn't work

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: CGI POST doesn't work

Comment-Added-By: wrowe
Comment-Added-When: Wed May 30 11:08:27 PDT 2001
Comment-Added:
About your read error, no, the content length is wrong,
since it counted CR/LF pairs as 2 bytes, but you are
likely reading them as single LF's (that little MS majic),
I'd suggest you ensure cin is treated as a binary stream.

As for the printing to stderr, we will investigate further.
Thanks for your report and interest in the apache httpd
project!
Synopsis-Changed-From: CGI POST doesn't work
Synopsis-Changed-To: stderr output is (no longer?) logged in the error log
Synopsis-Changed-By: wrowe
Synopsis-Changed-When: Wed May 30 11:08:27 PDT 2001