mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix typo
This commit is contained in:
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…
x
Reference in New Issue
Block a user