hi all, I wrote a c client to access apache. here is the code: strcpy(buf, "GET /index.html HTTP/1.0\r\nConnection: Keep-Alive\r\n\r\n"); err = SSL_write(ssl, buf, strlen(buf));
I check the response, it works well. so i use SSL_read() to get the http head and html content. but when i use the above code second time, i can't get anything from apache (SSL_read() get nothing from server). i don't know why, 'cause the connection is still alive. anybody met this before? Thx a lot. Jacky ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]