issues
search
warrant-dev
/
warrant
Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce, query, and audit application authorization and access control.
https://warrant.dev
Apache License 2.0
1.15k
stars
43
forks
source link
Guard RequestStats reads/writes with mutex
#269
Closed
akajla09
closed
11 months ago
akajla09
commented
11 months ago
Describe your changes
RequestStats
can be read/written to by multiple go routines. Guard read/writes with a mutex.
Issue number and link (if applicable)
Describe your changes
RequestStats
can be read/written to by multiple go routines. Guard read/writes with a mutex.Issue number and link (if applicable)