mirror of https://github.com/v2ray/v2ray-core
fix typo
parent
3d167a6855
commit
80312627c4
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue