mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #360] [MERGED] Remove redundant '-X POST' to curl #938
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#938
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/360
Author: @bdd
Created: 4/18/2020
Status: ✅ Merged
Merged: 4/19/2020
Merged by: @cuu508
Base:
master← Head:master📝 Commits (1)
34807dcRemove redundant '-X POST' to curl📊 Changes
4 files changed (+12 additions, -12 deletions)
View changed files
📝
templates/docs/attaching_logs.html(+4 -4)📝
templates/docs/attaching_logs.md(+4 -4)📝
templates/docs/bash.html(+2 -2)📝
templates/docs/bash.md(+2 -2)📄 Description
Passing
--data-rawto curl implies the request is method will be POST.Unless we intend to do something entirely different, -X method override
shouldn't be used.
Curl's author Daniel Stenberg (@bagder) wrote about this back in 2015
https://daniel.haxx.se/blog/2015/09/11/unnecessary-use-of-curl-x/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.