Changes with Apache 2.0.53
+ *) mod_include: Fix bug which could truncate variable expansions
+ of N*64 characters by one byte. PR 32985. [Joe Orton]
+
*) Correct handling of certain bucket types in ap_save_brigade, fixing
possible segfaults in mod_cgi with #include virtual. PR 31247.
[Joe Orton]
[ please place file names and revisions from HEAD here, so it is easy to
identify exactly what the proposed changes are! ]
- *) mod_include: fix an off-by-one which truncates the last character
- off an N*64 character variable expansion (in some cases).
- http://issues.apache.org/bugzilla/attachment.cgi?id=14025
- PR: 32985
- +1: jorton, trawick, stoddard
-
*) mod_ssl: fail quickly if SSL connection is aborted rather than
making many doomed ap_pass_brigade calls
http://svn.apache.org/viewcvs?view=rev&rev=125166