From: Wilfried Göesgens Date: Wed, 18 Mar 2009 19:48:35 +0000 (+0000) Subject: * output right HTTP-Headers when whining for another citserver version X-Git-Tag: v7.86~1339 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=efb0b8b2b33af288ed65f8e9c55b27d465d12de4;p=citadel.git * output right HTTP-Headers when whining for another citserver version --- diff --git a/webcit/webcit.c b/webcit/webcit.c index fdde5ef53..84ead4462 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -845,6 +845,8 @@ void session_loop(HashList *HTTPHeaders, StrBuf *ReqLine, StrBuf *request_method MINIMUM_CIT_VERSION / 100, MINIMUM_CIT_VERSION % 100 ); + hprintf("HTTP/1.1 200 OK\r\n"); + hprintf("Content-type: text/plain; charset=utf-8\r\n"); end_burst(); end_webcit_session(); goto SKIP_ALL_THIS_CRAP;