1
0
Fork 0

Fix double hash in sticky cookie

This commit is contained in:
Julien Salleyron 2025-02-13 16:42:08 +01:00 committed by GitHub
parent dcd9f2ea96
commit 05c547f211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 175 additions and 35 deletions

View file

@ -11,7 +11,6 @@ const (
ServiceName = "serviceName"
MetricsProviderName = "metricsProviderName"
TracingProviderName = "tracingProviderName"
ServerName = "serverName"
ServerIndex = "serverIndex"
TLSStoreName = "tlsStoreName"
ServersTransportName = "serversTransport"