Send OPTIONS request to the WebSockets interface once per Timeout interval. This allows some deployment environment to correctly detect the status of the application
This commit is contained in:
@@ -156,3 +156,8 @@ func (s socketVerification) Get(
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s socketVerification) Options(
|
||||
w http.ResponseWriter, r *http.Request, l log.Logger) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user