0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

websockets: quick version fix

This commit is contained in:
Matthew Holt 2015-04-27 07:35:39 -06:00
parent c1916c0fb5
commit fa2403c1d3

View file

@ -130,5 +130,5 @@ var (
const (
envGatewayInterface = "caddy-CGI/1.1"
envServerSoftware = "caddy/?.?.?" // TODO
envServerSoftware = "caddy/" // TODO: Version
)