Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Curt Zirzow
Ok, I've got it working now, it looks like you have to make your script more complient to HTTP specs, it seems this server is very picky on how you read the data. which is very odd.. got it working at: http://zirzow.dyndns.org/php/fread/timeout.php funny though you should be able to do a straight

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Curt Zirzow
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]): > > > > I tested it here: > > http://zirzow.dyndns.org/php/fread/timeout.php > > > > Thanks, I took your source and pasted it in my debugger and ran it fine like > on your server. I narrowed down the, evidently significant, difference. Your > co

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Robert Fitzpatrick
> > I tested it here: > http://zirzow.dyndns.org/php/fread/timeout.php > Thanks, I took your source and pasted it in my debugger and ran it fine like on your server. I narrowed down the, evidently significant, difference. Your content is has line endings, hence, the 'Missing query parameters: xml

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Robert Fitzpatrick
> Try not having the connection kept alive. (just a thought) > Same long reponse :( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Curt Zirzow
* Thus wrote Robert Fitzpatrick ([EMAIL PROTECTED]): > Sorry, the correct request and response is below, the one I copied before > was from the browser: I tested it here: http://zirzow.dyndns.org/php/fread/timeout.php Appears to work ok. Curt -- "I used to think I was indecisive, but now I'm no

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Peter Clarke
Robert Fitzpatrick wrote: Sorry, the correct request and response is below, the one I copied before was from the browser: Request: Request:POST /XMLCommunicationServlet HTTP/1.0 Content-Type: application/x-www-form-urlencoded User-Agent: PHP XMLRPC Host: api.newedgenetworks.com:80 Connection: keep

Re: [PHP] REVISED: PHP timeout doing fread from Apache Coyote

2003-07-24 Thread Robert Fitzpatrick
Sorry, the correct request and response is below, the one I copied before was from the browser: Request: Request:POST /XMLCommunicationServlet HTTP/1.0 Content-Type: application/x-www-form-urlencoded User-Agent: PHP XMLRPC Host: api.newedgenetworks.com:80 Connection: keep-alive Content-Length: 758