You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tsweb
Patrick O'Doherty 291f91d164
tsweb: update ServeMux matching to 1.22.0 syntax (#11087)
Updates #cleanup

Go 1.22.0 introduced the ability to use more expressive routing patterns
that include HTTP method when constructing ServeMux entries.
Applications that attempted to use these patterns in combination with
the old `tsweb.Debugger` would experience a panic as Go would not permit
the use of matching rules with mixed level of specificity.

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
2 years ago
..
promvarz tsweb/promvarz: fix repeated expvar definition in test 3 years ago
varz util/cmpx: delete now that we're using Go 1.22 2 years ago
debug.go tsweb: update ServeMux matching to 1.22.0 syntax (#11087) 2 years ago
debug_test.go all: update copyright and license headers 3 years ago
log.go tsweb: propagate RequestID via context and entire request 2 years ago
request_id.go all: make use of ctxkey everywhere (#10846) 2 years ago
tsweb.go util/cmpx: delete now that we're using Go 1.22 2 years ago
tsweb_test.go tsweb: normalize passkey identities in bucketed stats 2 years ago