mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[PR #122] [MERGED] Better error handling in goroutines #303
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#303
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/acme-dns/acme-dns/pull/122
Author: @joohoi
Created: 10/30/2018
Status: ✅ Merged
Merged: 10/30/2018
Merged by: @joohoi
Base:
master← Head:err_on_dns📝 Commits (3)
6bc538bMore robust goroutine error handling using channels8240af0Fix tests and make startup log msg saner2d945ccClarification to README and config file📊 Changes
6 files changed (+55 additions, -19 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
README.md(+3 -1)📝
config.cfg(+3 -1)📝
main.go(+36 -7)📝
main_test.go(+12 -1)📝
util.go(+0 -9)📄 Description
This PR adds a error handling mechanism to spawned goroutines using channels. This allows printing error messages when spawning DNS server goroutine if it encounters an error.
Fixes: #118
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.