This commit is contained in:
2025-11-28 03:05:51 +01:00
parent 7233501b7f
commit b02f83a40b
21 changed files with 542 additions and 288 deletions
+2 -1
View File
@@ -63,7 +63,8 @@
#define NWEDAV_MAX_HEADERS 100
#define NWEDAV_MAX_HEADER_SIZE 65536
#define NWEDAV_MAX_URI_LENGTH 8192
#define NWEDAV_DEFAULT_BUFFER_SIZE 8192
#define NWEDAV_DEFAULT_BUFFER_SIZE 16384
#define NWEDAV_WRITE_BUFFER_SIZE 65536
#define NWEDAV_MAX_REQUEST_SIZE (100 * 1024 * 1024)
#define NWEDAV_DEFAULT_TIMEOUT 300
#define NWEDAV_DEFAULT_KEEPALIVE 60