Skip to content

[BUGFIX] Allow empty request body on DELETE#98

Merged
MattiasNilsson merged 2 commits intomasterfrom
97-empty-request-body
Aug 23, 2023
Merged

[BUGFIX] Allow empty request body on DELETE#98
MattiasNilsson merged 2 commits intomasterfrom
97-empty-request-body

Conversation

@mabolek
Copy link
Contributor

@mabolek mabolek commented Aug 23, 2023

Delete operations don't need a request body, but the extension was simply quitting early without giving any error message.

HTTP DELETE requests with an empty request body will now be executed correctly. All other requests will return a 400 error.

Fixes #97

Delete operations don't need a request body, but the extension was simply quitting early without giving any error message.

HTTP DELETE requests with an empty request body will now be executed correctly. All other requests will return a 400 error.

Fixes #97
@mabolek mabolek mentioned this pull request Aug 23, 2023
@mabolek mabolek requested a review from MattiasNilsson August 23, 2023 09:53
@mabolek
Copy link
Contributor Author

mabolek commented Aug 23, 2023

@MattiasNilsson Hi! Do you mind reviewing this PR?

@MattiasNilsson MattiasNilsson merged commit 89bb34c into master Aug 23, 2023
@MattiasNilsson MattiasNilsson deleted the 97-empty-request-body branch August 23, 2023 11:01
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.

empty request_body

2 participants