txlyre 1 개월 전
부모
커밋
7321ae3635
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main.go

+ 0 - 1
main.go

@@ -22,7 +22,6 @@ func sender(queue chan []byte, secret string, cooldown uint) {
 
 	h := make(http.Header, 1)
 	h.Set("X-Secret", secret)
-	h.Set("X-Enable-Stats", "y")
 
 	for {
 		ws, _, err := websocket.DefaultDialer.Dial("wss://yebi.su/ws", h)