It is a fread call because server is supposed to provide data to CGI program
on stdin, it avaits for Content-Length amount of data in stdin that server
should provide. So maybe there's a problem there can you check that client
transmitts data ok, and that server provides them?

On Tue, Sep 9, 2008 at 3:54 PM, Tanković Nikola
<[EMAIL PROTECTED]>wrote:

> I'll get onto it and get you back soon.
>
>
> On Tue, Sep 9, 2008 at 10:52 AM, Gupta, Shivam <[EMAIL PROTECTED]>wrote:
>
>>  Hi,
>>
>>    I am trying to run the CGI module that has been made available to work
>> with Axis2c 1.5. The module gets engaged but when I fire a client request (
>> echo ), the Axis hangs. The clinet just stops after printing the string : <<
>> Sending OM...>>
>>
>>    On debugging I found that the call on line no 115 in the file
>> axis2_cgi_stream.c is an fread call. This call just hangs and causes the
>> entire sertup to stop. Can someone help me with this behavior??
>>
>> Regards,
>> Shivam.
>>
>
>

Reply via email to