Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: add WebDAV methods support #789

Merged
merged 1 commit into from Mar 14, 2019

Conversation

sorc1
Copy link
Contributor

@sorc1 sorc1 commented Mar 14, 2019

WebDAV introduced new HTTP methods (RFC4918):
PROPFIND, PROPPATCH, MKCOL, LOCK, UNLOCK, COPY, MOVE.

Add support of the methods.

WebDAV introduced new HTTP methods (RFC4918):
PROPFIND, PROPPATCH, MKCOL, LOCK, UNLOCK, COPY, MOVE.

Add support of the methods.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 80.447% when pulling 68eb526 on sorc1:feature/webdav-methods-support into bf19462 on libevent:master.

@azat azat added the subsystem:http HTTP Related issue label Mar 14, 2019
@azat azat merged commit 68eb526 into libevent:master Mar 14, 2019
@azat
Copy link
Member

azat commented Mar 14, 2019

Applied, thanks!

azat added a commit that referenced this pull request Apr 9, 2019
From the server perspective the evhttp_response_phrase_internal() should
not be called with 0 before this patch, it will be called with
EVHTTP_REQ_UNKNOWN_ hence this patch should not change behavior.

Fixes: 68eb526 ("http: add WebDAV methods support")
Fixes: #789
Fixes: #796
Reported-by: Thomas Bernard <miniupnp@free.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subsystem:http HTTP Related issue
Development

Successfully merging this pull request may close these issues.

None yet

4 participants