mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-31 10:29:20 +00:00 
			
		
		
		
	Added missing dot in comment
This commit is contained in:
		
							
								
								
									
										4
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								api.go
									
									
									
									
									
								
							| @@ -21,7 +21,7 @@ import ( | ||||
| ) | ||||
|  | ||||
| const ( | ||||
| 	// TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed | ||||
| 	// TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed. | ||||
| 	registrationHoldoff                      = time.Second * 5 | ||||
| 	reservedResponseHeaderSize               = 4 | ||||
| 	RegisterMethodAuthKey                    = "authkey" | ||||
| @@ -221,7 +221,7 @@ func (h *Headscale) RegistrationHandler( | ||||
| 			return | ||||
| 		} | ||||
|  | ||||
| 		// Check if the node is waiting for interactive login | ||||
| 		// Check if the node is waiting for interactive login. | ||||
| 		// | ||||
| 		// TODO(juan): We could use this field to improve our protocol implementation, | ||||
| 		// and hold the request until the client closes it, or the interactive | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Juan Font Alonso
					Juan Font Alonso