Hi,
I think curt is right about transfer encoding being a problem, however i
feel it may not be 'the' problem. This timing issue looks like you are
running into a 'blocking' kind of situation. Cosmin, Have you tried the
'Connection: close' header?
Getting back to transfer encoding you might wan
* Thus wrote Cosmin ([EMAIL PROTECTED]):
> On Sun, 2003-10-26 at 15:30, Raditha Dissanayake wrote:
> > are you getting any 1xx status codes from the web server?
>
> here are the full headers:
>
> Transfer-Encoding: chunked
This is probably the problem. If you inspect your data, you'll
notice that
On Sun, 2003-10-26 at 15:30, Raditha Dissanayake wrote:
> are you getting any 1xx status codes from the web server?
here are the full headers:
HTTP/1.1 200 OK
Date: Mon, 27 Oct 2003 06:15:30 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.3
X-Powered-By: PHP/4.3.3
Transfer-Encoding: chunked
Content-Type:
are you getting any 1xx status codes from the web server?
Cosmin wrote:
I'm trying to make an application using XML-RPC, and I have the
following problem: I use fsockopen() to simulate a POST to my local
web-server. All goes very well except it's very very slow. Here is my
code maybe someone coul
On Sat, 2003-10-25 at 17:42, Curt Zirzow wrote:
> * Thus wrote Cosmin ([EMAIL PROTECTED]):
> > I'm trying to make an application using XML-RPC, and I have the
> > following problem: I use fsockopen() to simulate a POST to my local
> > web-server. All goes very well except it's very very slow. Here
* Thus wrote Cosmin ([EMAIL PROTECTED]):
> I'm trying to make an application using XML-RPC, and I have the
> following problem: I use fsockopen() to simulate a POST to my local
> web-server. All goes very well except it's very very slow. Here is my
> code maybe someone could tell me what I'm doing
6 matches
Mail list logo