RE: HTTP Communication (2)

2009-07-24 Thread David Schwartz
Andrejs Igumenovs wrote: > The application use the following functions for non-secure communication: > intBIO_write(BIO *b, const void *data, int len); > intBIO_read(BIO *b, void *data, int len); > calling them one by one. > The issue is that BIO_write() succeeds and returns the proper v

HTTP Communication (3)

2009-07-24 Thread Andrejs Igumenovs
After calling BIO_read() the result is allways the following: + buf 0x0012d2cc "" rc 7

HTTP Communication (2)

2009-07-23 Thread Andrejs Igumenovs
Hi, The application use the following functions for non-secure communication: intBIO_write(BIO *b, const void *data, int len); intBIO_read(BIO *b, void *data, int len); calling them one by one. The issue is that BIO_write() succeeds and returns the proper value of the data written. The

HTTP Communication

2009-07-22 Thread Andrejs Igumenovs
Hi, The application use the following functions for non-secure communication: intBIO_write(BIO *b, const void *data, int len); intBIO_read(BIO *b, void *data, int len); calling them one by one. The issue is that BIO_write() succeeds and returns the proper value of the data written. The