mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Fixing bug with Live Reload where it broadcast instead of sending the handshake
This commit is contained in:
		| @@ -35,7 +35,7 @@ func (c *connection) reader() { | ||||
| 		} | ||||
| 		switch true { | ||||
| 		case bytes.Contains(message, []byte(`"command":"hello"`)): | ||||
| 			wsHub.broadcast <- []byte(`{ | ||||
| 			c.send <- []byte(`{ | ||||
| 				"command": "hello", | ||||
| 				"protocols": [ "http://livereload.com/protocols/official-7" ], | ||||
| 				"serverName": "Hugo" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user