summaryrefslogtreecommitdiff
path: root/kde-frameworks/kio/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-19 02:12:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-19 02:12:45 +0000
commit1aa99ecc93a15a428a88197dd05d97bcd33102b7 (patch)
tree04026ce002e69108a7929dbdfdd4412cf237ce52 /kde-frameworks/kio/files
parentb30bf80580f09f15ee6686ff818cd36d923e1291 (diff)
gentoo auto-resync : 19:02:2023 - 02:12:45
Diffstat (limited to 'kde-frameworks/kio/files')
-rw-r--r--kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch b/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch
deleted file mode 100644
index 68190d3d4c17..000000000000
--- a/kde-frameworks/kio/files/kio-5.99.0-fix-webdav-fileloss.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 501091059ae9fc2877d621cdbc0fb3c5ece56dae Mon Sep 17 00:00:00 2001
-From: Harald Sitter <sitter@kde.org>
-Date: Thu, 20 Oct 2022 12:47:59 +0200
-Subject: [PATCH] fix dav overwrite
-
-somehow the function call got lost
----
- src/ioslaves/http/http.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/ioslaves/http/http.cpp b/src/ioslaves/http/http.cpp
-index ec3c8809f..c54e568d2 100644
---- a/src/ioslaves/http/http.cpp
-+++ b/src/ioslaves/http/http.cpp
-@@ -5522,7 +5522,7 @@ bool HTTPProtocol::davDestinationExists()
- m_request.cacheTag.policy = CC_Reload;
- m_request.davData.depth = 0;
-
-- (void)/* handling result via response codes */ (true);
-+ (void)/* handling result via response codes */proceedUntilResponseContent(true);
-
- if (!m_request.isKeepAlive) {
- httpCloseConnection(); // close connection if server requested it.
---
-GitLab
-