Restore terminal log event stream
This commit is contained in:
@@ -20,7 +20,7 @@ const (
|
||||
logEventHeartbeatInterval = 15 * time.Second
|
||||
)
|
||||
|
||||
// serverLogEvents is kept as legacy service plumbing but is not registered as a browser product route.
|
||||
// serverLogEvents streams platform-accepted server log history and live append events for the terminal drawer.
|
||||
func (h *coreHandlers) serverLogEvents(w http.ResponseWriter, r *http.Request) {
|
||||
if r.Method != http.MethodGet {
|
||||
writeMethodNotAllowed(w, http.MethodGet)
|
||||
|
||||
Reference in New Issue
Block a user