-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
This library seems to lean heavily on inspiration from https://github.com/armon/go-proxyproto
That library supports passing in a timeout when you define the listener:
tln = &proxyproto.Listener{
Listener: tln,
ProxyHeaderTimeout: l.ProxyHeaderTimeout,
}
It would be nice if the same feature, or a similar feature was possible with this library.