Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Nov 28, 2024
1 parent 616cab0 commit c3f9a11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions caddy/ws2outline_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ import (

const (
wsModuleName = "http.handlers.ws2outline"

// Expire NAT connections after 5 minutes of idle time, as per
// https://datatracker.ietf.org/doc/html/rfc4787#section-4.3
natTimeout = 5 * time.Minute
)

func init() {
Expand Down

0 comments on commit c3f9a11

Please sign in to comment.