1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
This commit is contained in:
Darien Raymond 2016-11-04 10:49:43 +01:00
parent 3d167a6855
commit 80312627c4
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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",
}