mirror of
https://github.com/orderbynull/lottip.git
synced 2026-04-25 06:45:49 +03:00
[PR #6] [MERGED] synchronized map access #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lottip#9
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/orderbynull/lottip/pull/6
Author: @bradleypeabody
Created: 5/12/2018
Status: ✅ Merged
Merged: 5/16/2018
Merged by: @orderbynull
Base:
master← Head:master📝 Commits (1)
1a30fa7synchronized map access📊 Changes
1 file changed (+25 additions, -3 deletions)
View changed files
📝
proxy.go(+25 -3)📄 Description
As mentioned at https://github.com/orderbynull/lottip/issues/5 the map access in proxy.go needs to be synchronized to avoid panics at runtime. This PR addresses that issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.