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
)