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>
2 years ago
..
promvarz tsweb/promvarz: fix repeated expvar definition in test 3 years ago
varz tsweb/varz: add charset=utf-8 to varz handler 2 years ago
debug.go Revert "tsweb: update ServeMux matching to 1.22.0 syntax (#11090)" (#11125) 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 tsweb: switch to fastuuid for request ID generation 2 years ago
tsweb.go tsweb: handle panics in retHandler 2 years ago
tsweb_test.go tsweb: add more test cases for TestCleanRedirectURL (#11331) 2 years ago