Browse Source

fix: !confonly missing in http client

vcptr 6 years ago
parent
commit
27da2d139f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      proxy/http/client.go

+ 1 - 0
proxy/http/client.go

@@ -1,3 +1,4 @@
+// +build !confonly
 package http
 
 import (