mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Flush buffered data on polling
This commit is contained in:
		
							parent
							
								
									39b58f7d4c
								
							
						
					
					
						commit
						657fb208d6
					
				
							
								
								
									
										4
									
								
								poll.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								poll.go
									
									
									
									
									
								
							@ -323,6 +323,7 @@ func (h *Headscale) PollNetMapStream(
 | 
			
		||||
 | 
			
		||||
				return
 | 
			
		||||
			}
 | 
			
		||||
			w.(http.Flusher).Flush()
 | 
			
		||||
 | 
			
		||||
			log.Trace().
 | 
			
		||||
				Str("handler", "PollNetMapStream").
 | 
			
		||||
@ -390,6 +391,7 @@ func (h *Headscale) PollNetMapStream(
 | 
			
		||||
 | 
			
		||||
				return
 | 
			
		||||
			}
 | 
			
		||||
			w.(http.Flusher).Flush()
 | 
			
		||||
 | 
			
		||||
			log.Trace().
 | 
			
		||||
				Str("handler", "PollNetMapStream").
 | 
			
		||||
@ -478,6 +480,8 @@ func (h *Headscale) PollNetMapStream(
 | 
			
		||||
 | 
			
		||||
					return
 | 
			
		||||
				}
 | 
			
		||||
				w.(http.Flusher).Flush()
 | 
			
		||||
 | 
			
		||||
				log.Trace().
 | 
			
		||||
					Str("handler", "PollNetMapStream").
 | 
			
		||||
					Str("machine", machine.Hostname).
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user