mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 17:58:45 +02:00
fixed container routes not being loaded, added X-Forwarded-{Scheme,Proto,Host}, fixed containers with no mapping being served
This commit is contained in:
@@ -99,6 +99,10 @@ func (r *StreamRoute) Stop() E.NestedError {
|
||||
}
|
||||
}
|
||||
|
||||
func (r *StreamRoute) Started() bool {
|
||||
return r.started.Load()
|
||||
}
|
||||
|
||||
func (r *StreamRoute) grAcceptConnections() {
|
||||
defer r.wg.Done()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user