nextcloud/lib
Roeland Jago Douma d0f8fa4619 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:52:33 +00:00
..
composer Repair step for link shares 2019-04-17 15:33:57 +02:00
l10n [tx-robot] updated from transifex 2019-05-24 02:13:53 +00:00
private Check the actual status code for 204 and 304 2019-05-24 17:52:33 +00:00
public Do not use spaces in generated passwords 2019-04-15 21:07:18 +00:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Fix placeholder in disable message 2019-03-25 16:01:33 +00:00
versioncheck.php Allow php7.3 2018-10-11 11:20:48 +02:00