ID: 9830 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: HTTP related PHP Version: 4.0.4pl1 Assigned To: Comments: No feedback and should be fixed. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-03-19 11:59:23] [EMAIL PROTECTED] Please try the latest CVS snapshot from http://snaps.php.net/ as there have been fixes in the post handling since 4.0.4pl1 was released. --Jani --------------------------------------------------------------------------- [2001-03-19 04:03:07] [EMAIL PROTECTED] Here comes POST request: >telnet www.spylog.ru 80 ----------------- POST /log_post.phtml HTTP/1.1 Host: www.spylog.ru Content-Length: 32 12345678901234567890123456789012 ----------------- The answer to this request is random :-) Sometimes 200, sometimes just connection close! But If I use perl - it works fine! >telnet www.spylog.ru 80 ----------------- POST /cgi-bin/main.pl HTTP/1.1 Host: www.spylog.ru Content-Length: 32 12345678901234567890123456789012 ----------------- Sometimes it seems that script works, but if I reads info from STDIN to a file - the file is empty. The same with Perl work's fine. I think it is a bug. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9830&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]