WebRequestUpload: Use canonical header name in getHeader()
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 25 Feb 2016 21:06:40 +0000 (21:06 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 25 Feb 2016 21:06:40 +0000 (21:06 +0000)
commit21992779277cf6e5179e04ed7cca1c9866f1492c
tree8deeb3633251b38c58976c6c5c0bfbf6fb32569b
parentd23c47331d6cfede2167fef4b44c42ac79cd3b7f
WebRequestUpload: Use canonical header name in getHeader()

Follows-up I30263f552efe. No need to reflect internal detail of
it being in uppercase (which might change). Use the canonical casing
instead of improved reability. Also removes the illusion that this
might be special (which uppercase strings might make you think).

Change-Id: I7cecfdf5991e85c85862465a27a86af7bc8c0763
includes/WebRequestUpload.php