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:
parent
d16ab2e643
commit
be758eb5ea
@ -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()
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user