mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Upgrade http-parser to 2.9.2
This commit is contained in:
parent
0ee386b656
commit
8a94ac4b49
4 changed files with 226 additions and 50 deletions
|
@ -100,6 +100,7 @@ enum SrsHttpParseState {
|
|||
SrsHttpParseStateInit = 0,
|
||||
SrsHttpParseStateStart,
|
||||
SrsHttpParseStateHeaderComplete,
|
||||
SrsHttpParseStateBody,
|
||||
SrsHttpParseStateMessageComplete
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue