Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of HTTP...
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 25 Mar 2011 03:36:18 +0000 (03:36 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 25 Mar 2011 03:36:18 +0000 (03:36 +0000)
commit289c1d7771858fb98b2c10907a65f4bca4cd03c5
treeaceca766322565f4a74360294be2dad861c36e4f
parentc5a80bfb6600386b6fa248bf4903649fb367aed1
Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of HTTP/1.1 in header of respons

Note that there are a few places in the source where headers are sent
with HTTP/1.0 instead of HTTP/1.1 but this patch doesa not address those
includes/Article.php
includes/ImagePage.php
includes/WebStart.php