You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if win == nil {
// Invalid window name, render an error message with a link to the window list
w.Header().Set("Content-Type", "text/html; charset=utf-8")
w.WriteHeader(http.StatusNotFound)
NewWriter(w).Writess("<html><body>Window for name <b>'", winName, `'</b> not found. See the <a href="`, s.appPath, `">Window list</a>.</body></html>`)
return
}
Please make an opportunity to appoint the handler for formation of the page of a nonexistent window.
The text was updated successfully, but these errors were encountered:
In server.go in serveHTTP there is a code:
Please make an opportunity to appoint the handler for formation of the page of a nonexistent window.
The text was updated successfully, but these errors were encountered: