nextcloud/lib/private/AppFramework
Roeland Jago Douma 2e567918c1 Check the actual status code for 204 and 304
The header is the full http header like: HTTP/1.1 304 Not Modified
So comparing this to an int always yields false
This also makes the 304 RFC compliant as the resulting content length
should otherwise be the length of the message and not 0.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-24 17:51:52 +00:00
..
DependencyInjection Make sure all middlewares are only registered once 2019-05-06 21:38:13 +00:00
Http Remove duplicate functionality 2019-01-20 13:29:58 +04:00
Middleware Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_pages 2019-02-07 15:57:14 +01:00
OCS Do not send a body for "No content", "Not modified" and others 2018-05-04 13:46:13 +02:00
Routing Make sure urlParams are correctly injected in global routes 2019-03-11 12:30:44 +01:00
Utility Fix tests 2018-11-02 19:20:37 +01:00
App.php Check the actual status code for 204 and 304 2019-05-24 17:51:52 +00:00
Http.php Update license headers 2017-11-06 16:56:19 +01:00
Logger.php Add wrapper Logger in DIContainer 2018-09-04 10:05:25 +02:00