Make HttpError set actual HTTP error code.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 29 Jan 2013 16:02:19 +0000 (17:02 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 29 Jan 2013 16:02:19 +0000 (17:02 +0100)
commit7448da5ddc2cdbddafa01c49ff22e35734c4c877
tree979d05917e3d2ab3f12b8f0f6344b369ca7a536b
parent09870fb7770d45117860972b7d63e03f957c251c
Make HttpError set actual HTTP error code.

Previsouly, HttpError would set a Status header with the desired code,
but would not change the actual HTTP/1.1 header to include that code.

Change-Id: I2f68b1fa410b3619c5be3e82b64f99df97b9415a
includes/Exception.php