writting the request buffer to the socket at client side

2008-06-19 Thread Manjula Peiris
Hi devs, In src/core/transport/http/sender/http_client.c loop segment starting from line 370 is responsible for writing the request buffer to the socket at the client side. while (written < client->req_body_size) { written = axutil_stream_write(client->data_stream, env,

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-19 Thread Dinesh Premalal
+1 thanks, Dinesh -- http://nethu.org/

Re: Looking for a debugger for axis2c

2008-06-19 Thread Supun Kamburugamuva
Hi, Please clean everything and build again. Best thing to do is to clean manually by deleting all the generated files. Also double check weather you have older Axis2/C DLLs in the path. If so delete them as well. Supun. On Thu, Jun 19, 2008 at 1:46 AM, Diluka Moratuwage <[EMAIL PROTECTED]> wrot

[jira] Commented: (AXIS2C-1179) Axis2-C Unicode Support

2008-06-19 Thread Dayakar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606368#action_12606368 ] Dayakar Reddy commented on AXIS2C-1179: --- Hi Senaka, Could you please elaborate o

Re: Looking for a debugger for axis2c

2008-06-19 Thread Diluka Moratuwage
I think you can start the server from command line, and then attach the process from VC, I think it will run correctly. I think I also have got the same problem, and couldn't get through some time back, when I used VC. Thanks, Diluka. Gupta, Shivam wrote: Hi, I have done every thing listed