Ask a Question related to PHP Bugs, Design and Development.
-
dmitry@php.net #1
#30329 [Opn->Fbk]: Error Fetching http body, No Content-Length, connection closed or chunked data
ID: 30329
Updated by: [email]dmitry@php.net[/email]
Reported By: [email]thetaphi@php.net[/email]
-Status: Open
+Status: Feedback
Bug Type: SOAP related
Operating System: Solaris 9
PHP Version: 5.0.2
Assigned To: dmitry
New Comment:
You probably posted incomplete HTTP response. It must be terminated
with 0-size chunk. The failure could occur because of error in
"chunced" response or incomplete response.
I think the problem is in your SOAP server software.
Previous Comments:
------------------------------------------------------------------------
[2007-02-15 09:15:13] [email]lsmith@php.net[/email]
I am seeing the same issue on PHP 5.1.6
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0
date=200610162339)/Tomcat-5.5
Set-Cookie: JSESSIONID=DB0CD599DFF853F3A04B4B64819C4A7A; Path=/
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Thu, 15 Feb 2007 09:11:56 GMT
176
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
------------------------------------------------------------------------
[2004-12-01 19:48:15] [email]thetaphi@php.net[/email]
Works fine. You even found the new URL of weservice during testing with
our application server... :)
-- Uwe
------------------------------------------------------------------------
[2004-12-01 19:23:25] [email]dmitry@php.net[/email]
Fixed in CVS HEAD and PHP_5_0.
------------------------------------------------------------------------
[2004-10-05 15:02:48] [email]thetaphi@php.net[/email]
incorrect. The EAServer does respond with HTTP/1.0. And in HTTP/1.0 you
can leave out the Content-Length (if unknown), because chunked encoding
cannot be used with 1.0
------------------------------------------------------------------------
[2004-10-05 14:50:22] [email]derick@php.net[/email]
I don't think we should add workarounds around other buggy products.
This is violating the RFC iirc.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
[url]http://bugs.php.net/30329[/url]
--
Edit this bug report at [url]http://bugs.php.net/?id=30329&edit=1[/url]
dmitry@php.net Guest
-
#30329 [Csd->Opn]: Error Fetching http body, No Content-Length, connection closed or chunked data
ID: 30329 Updated by: lsmith@php.net Reported By: thetaphi@php.net -Status: Closed +Status: Open... -
#25265 [Opn->Bgs]: A new API call to return actual HTTP content-length accurately is needed.
ID: 25265 Updated by: mike@php.net Reported By: phpbug at paypc dot com -Status: Open +Status: Bogus... -
http HEAD returning content body
Using win2k and win2003 (IIS5 and IIS6) and CFMX6.1. I've just noticed when you send a request to the server like this: HEAD /file.cfm HTTP/1.1... -
Setting Content-Length Header for HTTP 204?
Hello, Can someone help out with forcing the Content-Length header to 0 when returning an HTTP 204 with NO body (working in a WSE2.0 web service)... -
Error when calling a web service (The underlying connection was closed: An unexpected error occurred on a receive.)
I am calling a simple service. Always on the first call I have this error (System.Net.WebException: The underlying connection was closed: An...



Reply With Quote

