Mailing List Archive

[6860] cherokee/trunk/cherokee/connection.c: It seems that the TLS/ SSL support was not totally fixed after all.
Revision: 6860
http://svn.cherokee-project.com/changeset/6860
Author: alo
Date: 2011-09-17 16:51:50 +0200 (Sat, 17 Sep 2011)
Log Message:
-----------
It seems that the TLS/SSL support was not totally fixed after all.

Modified Paths:
--------------
cherokee/trunk/cherokee/connection.c

Modified: cherokee/trunk/cherokee/connection.c
===================================================================
--- cherokee/trunk/cherokee/connection.c 2011-09-17 08:04:59 UTC (rev 6859)
+++ cherokee/trunk/cherokee/connection.c 2011-09-17 14:51:50 UTC (rev 6860)
@@ -1219,7 +1219,7 @@
cherokee_buffer_add_str (&conn->buffer, CRLF);

if (conn->chunked_last_package) {
- cherokee_buffer_add_str (&conn->buffer, CRLF "0" CRLF CRLF);
+ cherokee_buffer_add_str (&conn->buffer, "0" CRLF CRLF);
}

BIT_SET (conn->options, conn_op_chunked_formatted);