Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". [message #185821 is a reply to message #185820] |
Sun, 11 May 2014 11:20 |
ghpille
Messages: 7 Registered: May 2014
Karma:
|
Junior Member |
|
|
>
> There is a LOT between the client and the server scripts. PHP is only a
>
> small part of it.
>
>
>
> Salvatore is correct - PHP has nothing to do with the PHP packets
>
> itself. And I would be willing to bet the problem is NOT in your TCP/IP
>
> stack - such a problem wouldn't show up only on your machine with this
>
> particular SOAP request.
>
>
>
> My bet is you're assembling the SOAP requests incorrectly. Another
>
> option would be your SOAP client isn't decoding them properly.
>
>
>
> --
The soap request is "assembled" by Symfony2, if I'm not mistaken.
Suppose something is wrong with the soap-envelope. How could that make TCP misbehave?
I ran tcpdump on the soap-client-machine. It is on that machine that the fin flag in the third packet was set.
I'll concentrate on the TCP stack. Where do I start? vmxnet3?
|
|
|