Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #13593
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". |
| Date | 2014-05-11 08:22 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <lknq2l$1co$1@dont-email.me> (permalink) |
| References | <469c3247-13da-4ea2-a0f0-61bacc2a0929@googlegroups.com> <lkioka$2kga$1@news.tokachu.com> <7852a1c8-87ea-4fd2-8ff1-592496072ce4@googlegroups.com> <lkm1ap$7bh$1@dont-email.me> <41f5d4c1-fc73-45ac-afb4-8072de806fc6@googlegroups.com> |
On 5/11/2014 7:20 AM, ghpille@gmail.com wrote: > >> >> 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? > Start by debugging your problem and determining the failing component. PHP has NOTHING to do with the format of a TCP/IP packet. Once you've determined the failing component, ask in a forum or newsgroup appropriate to the failure. If you are unable to do that, I would suggest hiring a consultant to assist you (and no, I am not available). -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-09 07:24 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Salvatore <sal@yojimbo.hack.invalid> - 2014-05-09 14:27 +0000
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-10 11:16 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-10 16:14 -0400
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-11 04:20 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-11 08:22 -0400
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-11 23:48 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-12 08:10 -0400
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-11 04:28 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-11 08:23 -0400
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". ghpille@gmail.com - 2014-05-14 02:27 -0700
Re: PHP-SOAP/5.4.21 SoapClient terminating POST without waiting for reply, but still complaining "error fetching http headers". Gerard Henri Pille <ghpille@gmail.com> - 2014-05-19 12:58 -0700
csiph-web