disable RTSP for now, it's not access protected
This commit is contained in:
parent
407fa80d9a
commit
c37a5d4b84
1 changed files with 1 additions and 1 deletions
2
http.c
2
http.c
|
@ -62,7 +62,7 @@ static struct strtab HTTP_versiontab[] = {
|
|||
{ "HTTP/0.9", HTTP_VERSION_0_9 },
|
||||
{ "HTTP/1.0", HTTP_VERSION_1_0 },
|
||||
{ "HTTP/1.1", HTTP_VERSION_1_1 },
|
||||
{ "RTSP/1.0", RTSP_VERSION_1_0 },
|
||||
// { "RTSP/1.0", RTSP_VERSION_1_0 }, /* not enabled yet */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue