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 2303429 commit c9abebe
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 @@ -478,7 +478,7 @@ func (h *Handler) collect(w http.ResponseWriter, r *http.Request) {
// prefix is used to submit client measurements.
//
// For historical reasons /dash/download is an alias for
// using the /dash/download prefix.
// using the /dash/download/ prefix.
func (h *Handler) RegisterHandlers(mux *http.ServeMux) {
mux.HandleFunc(spec.NegotiatePath, h.negotiate)
mux.HandleFunc(spec.DownloadPath, h.download)
Expand Down

0 comments on commit c9abebe

Please sign in to comment.