1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 07:56:19 +00:00

apply requested changes

This commit is contained in:
Christian Schabesberger 2022-04-21 16:10:45 +02:00 committed by Abel García de Prada
parent d16ab2e643
commit be758eb5ea
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,9 @@ abstract class HttpBaseMethod constructor(url: URL) {
var connectionTimeoutVal: Long? = null
var connectionTimeoutUnit: TimeUnit? = null
var readTimeoutVal: Long? = null
private set
var readTimeoutUnit: TimeUnit? = null
private set
init {
request = Request.Builder()

View File

@ -62,8 +62,6 @@ class CheckPathExistenceRemoteOperation(
setConnectionTimeout(TIMEOUT.toLong(), TimeUnit.SECONDS)
}
propFindMethod.followRedirects = false
var status = client.executeHttpMethod(propFindMethod)
/* PROPFIND method
* 404 NOT FOUND: path doesn't exist,