Darien Raymond 9 年之前
父節點
當前提交
80312627c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/conf/transport_authenticators.go

+ 1 - 1
tools/conf/transport_authenticators.go

@@ -104,7 +104,7 @@ func (this *HTTPAuthenticatorResponse) Build() (*http.ResponseConfig, error) {
 	}
 
 	if this.Status != nil || this.Reason != nil {
-		config.Status = http.Status{
+		config.Status = &http.Status{
 			Code:   "200",
 			Reason: "OK",
 		}