nextcloud-server/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 +07:00
..
DependencyInjection Make sure all middlewares are only registered once 2019-05-06 21:38:13 +07:00
Http Remove duplicate functionality 2019-01-20 13:29:58 +07:00
Middleware Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_pages 2019-02-07 15:57:14 +07:00
OCS
Routing Make sure urlParams are correctly injected in global routes 2019-03-11 12:30:44 +07:00
Utility Fix tests 2018-11-02 19:20:37 +07:00
App.php Check the actual status code for 204 and 304 2019-05-24 17:51:52 +07:00
Http.php
Logger.php