mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine the comments for http content-type detecting
This commit is contained in:
parent
4758a284d7
commit
474266eae7
2 changed files with 6 additions and 1 deletions
|
@ -116,7 +116,7 @@ bool srs_go_http_body_allowd(int status)
|
|||
// returns "application/octet-stream".
|
||||
string srs_go_http_detect(char* data, int size)
|
||||
{
|
||||
// TODO: Implement the content detecting.
|
||||
// TODO: Implement the request content-type detecting.
|
||||
return "application/octet-stream"; // fallback
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue