소스 검색

fixed the host header issue

Mohamed Al Ashaal 7 년 전
부모
커밋
ff649b09b0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server.go

+ 0 - 1
server.go

@@ -30,7 +30,6 @@ func InitServer() error {
 			return errors.New("Unkown host(" + host + ")")
 		},
 	}
-	_ = m
 	s := &http.Server{
 		Addr:      *HTTPS_ADDR,
 		TLSConfig: &tls.Config{GetCertificate: m.GetCertificate},