Changes with Apache 2.0.22-dev
-
+ *) Fix problem reported by Taketo Kabe <kabe@sra-tohoku.co.jp>
+ where HEAD response headers were being repeated twice for
+ files greater than 32K bytes (4*AP_MIN_BYTES_TO_WRITE). This
+ problem in the http_header filter was exposed by the recent rewrite
+ of the content_length filter. [Taketo Kabe, Bill Stoddard]
+
*) Fix seg faults in mod_status with ExtendedStatus enabled, after
restarts. A garbage pointer to a vhost's server_rec from the
previous generation was being left around under certain
- conditions.
+ conditions. [Greg Ames]
*) Fix a cosmetic problem with mod_include. Non-existant SSI vars
used to appear as '(none', without the closing paren.