nextcloud/lib
Roeland Jago Douma b0c030cbb5
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 15:18:32 +02:00
..
composer Make the L10N loading lazy 2019-05-22 11:22:12 +02:00
l10n [tx-robot] updated from transifex 2019-05-24 02:13:40 +00:00
private Check the actual status code for 204 and 304 2019-05-24 15:18:32 +02:00
public fixes possible override of uniqueMember by autodetection 2019-05-17 16:19:23 +02:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Migrate the maintenance script to a modern module and bundle 2019-05-16 16:45:00 +02:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00