Skip to content

Commit

Permalink
Remvoe HSTRS warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 3, 2019
1 parent 0741b64 commit 1a65927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/src/app/srs_app_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ srs_error_t srs_config_transform_vhost(SrsConfDirective* root)
SrsConfDirective* hstrs = conf->get("hstrs");
conf->remove(hstrs);
srs_freep(hstrs);
srs_warn("Always enable hstrs, please never config it.");
}

// SRS3.0, change the refer style
Expand Down

0 comments on commit 1a65927

Please sign in to comment.