Skip to content

Fix HttpClient not sending WebDAV requests#2507

Merged
an-tao merged 1 commit intodrogonframework:masterfrom
Lectem:fix/webdav-client-methods
Apr 30, 2026
Merged

Fix HttpClient not sending WebDAV requests#2507
an-tao merged 1 commit intodrogonframework:masterfrom
Lectem:fix/webdav-client-methods

Conversation

@Lectem
Copy link
Copy Markdown
Contributor

@Lectem Lectem commented Apr 30, 2026

appendToBuffer() didn't have cases for the methods added in #2505. Falls through to default: return; which writes nothing to the buffer, so the connection opens but no request is ever sent.

Server side (setMethod, methodString) was fine, only the client serialization was missed as I did not need it yet.

Both server and client are now working properly with WebDAV requests

appendToBuffer() didn't have cases for the methods added in drogonframework#2505.
Falls through to `default: return;` which writes nothing to the buffer,
so the connection opens but no request is ever sent.

Server side (setMethod, methodString) was fine, just the client
serialization was missed.
@an-tao an-tao merged commit 71b72f0 into drogonframework:master Apr 30, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants