mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1657, support HTTPS client, for http-callback. 4.0.45
This commit is contained in:
parent
08e19406ef
commit
d552a1a5fb
13 changed files with 343 additions and 31 deletions
|
@ -324,6 +324,10 @@
|
|||
#define ERROR_HTTP_302_INVALID 4038
|
||||
#define ERROR_BASE64_DECODE 4039
|
||||
#define ERROR_HTTP_STREAM_EOF 4040
|
||||
#define ERROR_HTTPS_NOT_SUPPORTED 4041
|
||||
#define ERROR_HTTPS_HANDSHAKE 4042
|
||||
#define ERROR_HTTPS_READ 4043
|
||||
#define ERROR_HTTPS_WRITE 4044
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// RTC protocol error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue