mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support http error code, check url
This commit is contained in:
parent
0ae23d7556
commit
818c1f1520
5 changed files with 172 additions and 0 deletions
|
@ -158,6 +158,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define ERROR_HTTP_DATA_INVLIAD 801
|
||||
#define ERROR_HTTP_PARSE_HEADER 802
|
||||
#define ERROR_HTTP_HANDLER_MATCH_URL 803
|
||||
#define ERROR_HTTP_HANDLER_INVALID 804
|
||||
|
||||
// system control message,
|
||||
// not an error, but special control logic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue