--- tvheadend/src/http.c 2016-03-26 19:53:44.781996559 +0100 +++ tvheadend/src/http.c 2016-03-31 02:50:07.156255878 +0200 @@ -203,7 +203,10 @@ case HTTP_STATUS_BANDWIDTH: return "Not Enough Bandwidth"; case HTTP_STATUS_BAD_SESSION: return "Session Not Found"; case HTTP_STATUS_HTTP_VERSION: return "HTTP/RTSP Version Not Supported"; - default: + case HTTP_STATUS_FORBIDDEN: return "Forbidden"; + case HTTP_STATUS_NOT_ALLOWED: return "Method Not Allowed"; + +default: return "Unknown Code"; break; }