Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 29, 2024
1 parent 370691d commit a496c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (h *Handler) reapStaleSessions() {
// this preliminary measurement stage. This implementation relies on m-lab's locate
// service to implement access control so we only negotiate the parameters. We
// assume that m-lab's incoming request interceptor will take care of the authorization
// token passed as part of the request itself.
// token passed as part of the request URL.
//
// This method SAFELY MUTATES the sessions map by creating a new session UUID. If
// clients do not call this method first, measurements will fail for lack of a valid
Expand Down

0 comments on commit a496c6e

Please sign in to comment.