mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#967
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/Seldaek/monolog/pull/148
Author: @AlexButter
Created: 1/16/2013
Status: ✅ Merged
Merged: 1/22/2013
Merged by: @Seldaek
Base:
master← Head:master📝 Commits (1)
448d547Option to use SSL for PushoverHandler (enabled by default), and close connection after sending a message to PushOver.📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
src/Monolog/Handler/PushoverHandler.php(+11 -2)📄 Description
Solves #146: When sending messages in rapid succession to pushover.net only the first one is sent.
The SSL option is needed when sending messages to users that are not the pushover.net app owner; pushover.net doesn't accept those messages over plain HTTP.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.