mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1202, Support edge/forward to Aliyun CDN. 2.0.255
This commit is contained in:
parent
1e7c12a6dd
commit
74a87d54f2
3 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
// current release version
|
||||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 254
|
||||
#define VERSION_REVISION 255
|
||||
|
||||
// generated by configure, only macros.
|
||||
#include <srs_auto_headers.hpp>
|
||||
|
|
|
@ -1743,6 +1743,7 @@ void SrsRequest::update_auth(SrsRequest* req)
|
|||
pageUrl = req->pageUrl;
|
||||
swfUrl = req->swfUrl;
|
||||
tcUrl = req->tcUrl;
|
||||
param = req->param;
|
||||
|
||||
if (args) {
|
||||
srs_freep(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue