RE: Empty Responses in Firefox

2009-01-27 Thread Andriy Zavada
Hi All, I've found the reason. Firefox adds Keep-Alive 300 to Http Header. When I turned off keep alive it works fine. Does anybody know is there any ability to change Axis2/C so is doesn't check for Keep-Alive header. Best regards, Andriy Zavada From: Andriy

Re: axis2_stub_free don't clear all env reference

2009-01-27 Thread Simone Bordin
Does somebody know something about this problem? Simone Bordin wrote: Hi, i'm using axis2c-1.5.0. I have found this problem with the stub of a service: - I created the axis2_env_t variable with the function axutil_env_create_all() - Then I created the stub for the service with the method

Re: axis2_stub_free don't clear all env reference

2009-01-27 Thread Manjula Peiris
Do you creating any axutil_hash and calling the function axutil_hash_set_env ()? May be you are not freeing these hash. Thanks, -Manjula. On Mon, 2009-01-12 at 10:49 +0100, Simone Bordin wrote: Hi, i'm using axis2c-1.5.0. I have found this problem with the stub of a service: - I created