influxdb/services/httpd
Jamie Strandboge f8635640cc
chore: use github.com/golang-jwt/jwt/v4 and update golang.org/x/net to v0.38.0 (1.x) (#26292) (#26311)
* chore: update to supported github.com/golang-jwt/jwt/v4
* chore(dep): update golang.org/x/net to v0.38.0

(cherry-picked from 58475a1b36)
2025-04-22 14:44:59 -05:00
..
accept.go fix: services/httpd: parse correctly Accept header with extra test case 2020-03-12 14:01:49 -05:00
config.go feat(edge): Add 'flux enabled' to 'show diagnostics' (#25308) 2024-09-12 11:43:02 -05:00
config_test.go Add an access log filter for the access log 2018-11-05 11:46:26 -06:00
flux.go build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
gzip.go rework gzip compressor so it is lazily created for 200 OK requests only 2017-06-05 21:38:32 +08:00
handler.go chore: use github.com/golang-jwt/jwt/v4 and update golang.org/x/net to v0.38.0 (1.x) (#26292) (#26311) 2025-04-22 14:44:59 -05:00
handler_test.go chore: use github.com/golang-jwt/jwt/v4 and update golang.org/x/net to v0.38.0 (1.x) (#26292) (#26311) 2025-04-22 14:44:59 -05:00
io.go Add config test; add negative value test 2017-06-06 08:42:45 +08:00
io_test.go build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
pprof.go chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
requests.go cleanup: remove poor usage of ',ok' with maps 2017-08-30 09:49:31 -04:00
response_logger.go chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
response_writer.go fix: do not escape CSV output (#24311) 2023-06-29 12:00:41 -07:00
response_writer_test.go fix: address static check warning s1039 (#18135) 2020-05-18 13:55:05 -04:00
service.go feat: Added fluxQueryRespBytes metric to 1.x /debug/vars (#25669) 2024-12-17 11:35:45 -08:00
v2_write_test.go chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00