Skip to content

Commit 6a5c65a

Browse files
committed
[network-protocol][http] force http_transaction() on open dir handle if propfind fails.
1 parent 686eef0 commit 6a5c65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/network-protocol/HTTP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ bool NetworkProtocolHTTP::open_dir_handle()
178178
if (resultCode == 405 || resultCode == 408)
179179
{
180180
httpOpenMode = GET;
181+
http_transaction();
181182
return false;
182183
}
183184

0 commit comments

Comments
 (0)