1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Remvoe HSTRS warning.

This commit is contained in:
winlin 2019-10-03 13:18:28 +08:00
parent 0741b64b25
commit 1a65927b1b

View file

@ -367,7 +367,6 @@ srs_error_t srs_config_transform_vhost(SrsConfDirective* root)
SrsConfDirective* hstrs = conf->get("hstrs"); SrsConfDirective* hstrs = conf->get("hstrs");
conf->remove(hstrs); conf->remove(hstrs);
srs_freep(hstrs); srs_freep(hstrs);
srs_warn("Always enable hstrs, please never config it.");
} }
// SRS3.0, change the refer style // SRS3.0, change the refer style