Dario Cham wrote:

> Please, I would like to know if there is a max size to initialize to 
> apr_size_t len ?
> Because my source code here below does not work (with apr_size_t len =4096).
> I have made some tests with apr_size_t len =  3555 and it’s working fine.
> Thank you for your help.
>   
> int tailleBuffer = 4096;
>    char* buf = NULL;
>    buf = malloc(tailleBuffer * sizeof(char));
>    apr_size_t len = tailleBuffer;
> 
>    rv = apr_socket_send(skt, str, &len);  //failed


Hi Dario. I am sorry, but this mailing list is not a support forum.

If you are having trouble using Subversion, see

  http://subversion.apache.org/mailing-lists.html

For documentation of APR, see

  http://apr.apache.org/

For how to write a good bug report, see

  http://www.chiark.greenend.org.uk/~sgtatham/bugs.html


Regards,
- Julian

Reply via email to