forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`safeServeMux` was a wrapper to provide proper locking around `http.ServeMux` because in go1.10 and below, calls to `Handle` and `ServeHTTP` could race with each other. We don't need it anymore, see cockroachdb#29230. Release note: None
- Loading branch information
1 parent
822e3fa
commit a3db4fc
Showing
2 changed files
with
1 addition
and
87 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters