From c37a5d4b84bfc6eff0337814f61ef20296356436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 24 Nov 2007 07:06:37 +0000 Subject: [PATCH] disable RTSP for now, it's not access protected --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index f249e34f..282f0383 100644 --- a/http.c +++ b/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 */ };