You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/03/15 06:52:53 UTC

svn propchange: r1844781 - svn:log

Author: jailletc36
Revision: 1844781
Modified property: svn:log

Modified: svn:log at Fri Mar 15 06:52:53 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Mar 15 06:52:53 2019
@@ -1,4 +1,4 @@
-mod_ssl: follow up to r1036492: fix rollback in char_buffer_consume().
+mod_ssl: follow up to r1844779: fix rollback in char_buffer_consume().
 
 This needs the same bucket insertion code as in char_buffer_write(), so define
 a new char_buffer_insert() helper.


Re: svn propchange: r1844781 - svn:log

Posted by Christophe JAILLET <ch...@wanadoo.fr>.
Le 15/03/2019 à 07:52, jailletc36@apache.org a écrit :
> Author: jailletc36
> Revision: 1844781
> Modified property: svn:log
>
> Modified: svn:log at Fri Mar 15 06:52:53 2019
> ------------------------------------------------------------------------------
> --- svn:log (original)
> +++ svn:log Fri Mar 15 06:52:53 2019
> @@ -1,4 +1,4 @@
> -mod_ssl: follow up to r1036492: fix rollback in char_buffer_consume().
> +mod_ssl: follow up to r1844779: fix rollback in char_buffer_consume().
>   
>   This needs the same bucket insertion code as in char_buffer_write(), so define
>   a new char_buffer_insert() helper.
>
>
r1036492 is wrong here.
Speculative change, based on commit history.

CJ