mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Add missing comment for stream function
This commit is contained in:
		
							parent
							
								
									ebd27b46af
								
							
						
					
					
						commit
						059f13fc9d
					
				
							
								
								
									
										3
									
								
								poll.go
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								poll.go
									
									
									
									
									
								
							| @ -188,6 +188,9 @@ func (h *Headscale) PollNetMapHandler(c *gin.Context) { | ||||
| 		Msg("Finished stream, closing PollNetMap session") | ||||
| } | ||||
| 
 | ||||
| // PollNetMapStream takes care of /machine/:id/map 
 | ||||
| // stream logic, ensuring we communicate updates and data
 | ||||
| // to the connected clients.
 | ||||
| func (h *Headscale) PollNetMapStream( | ||||
| 	c *gin.Context, | ||||
| 	m Machine, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user