Fri Dec 08, 2006 5:02 pm |
Replies: 5 |
Views: 8784 |
|
 |
The message I got was :
2006-12-09 17:02:15.053134 soap_transport_http: HTTP header: Content-Length: 661
2006-12-09 17:02:15.053234 soap_transport_http: wrote data ...
|
Wed Dec 06, 2006 10:20 am |
Replies: 5 |
Views: 8784 |
|
 |
It times out on below lines:
$tmp = fgets($this->fp, 256);
$tmplen = strlen($tmp);
Those two lines are in getResponse function of soap_transport_http class.
|
Mon Dec 04, 2006 11:55 am |
Replies: 5 |
Views: 8784 |
|
 |
Hello,
I have a function that returns 2-d array of strings. It times out when array gets too big. When I view the server debug note, it does return correct value and I guess in the process of ser ...
|