disable RTSP for now, it's not access protected

This commit is contained in:
Andreas Öman 2007-11-24 07:06:37 +00:00
parent 407fa80d9a
commit c37a5d4b84

2
http.c
View file

@ -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 */
};