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
James Tucker 8fa3026614 tsweb: switch to fastuuid for request ID generation
Request ID generation appears prominently in some services cumulative
allocation rate, and while this does not eradicate this issue (the API
still makes UUID objects), it does improve the overhead of this API and
reduce the amount of garbage that it produces.

Updates tailscale/corp#18266
Updates tailscale/corp#19054

Signed-off-by: James Tucker <james@tailscale.com>
1 month ago
..
promvarz tsweb/promvarz: fix repeated expvar definition in test 1 year ago
varz tsweb/varz: add charset=utf-8 to varz handler 2 months ago
debug.go Revert "tsweb: update ServeMux matching to 1.22.0 syntax (#11090)" (#11125) 3 months ago
debug_test.go all: update copyright and license headers 1 year ago
log.go tsweb: propagate RequestID via context and entire request 6 months ago
request_id.go tsweb: switch to fastuuid for request ID generation 1 month ago
tsweb.go tsweb: handle panics in retHandler 1 month ago
tsweb_test.go tsweb: add more test cases for TestCleanRedirectURL (#11331) 2 months ago