RE: a little problem with dstdomain acl type

From: Dave J Woolley <DJW@dont-contact.us>
Date: Mon, 7 Feb 2000 19:06:30 -0000

> From: Roger Pen~a Escobio [SMTP:roger@infomed.sld.cu]
>
> 949938622.603 310 169.158.164.34 NONE/400 1203 GET
> error:missing-http-ident - NONE/- -
>
> which is the reason of this kind of error?
>
        You have a browser that is using a version of the HTTP
        protocol from before there was an HTTP standard and
        you don't have RELAXED_HTTP_PARSER defined. Browsers dating
        from that era will not work with normal proxies, although they
        might work wtih transparent ones.

        It could also be someone trying to access the page from a
        telnet session, for debugging purposes, etc.

        From client_side.c:

        #if RELAXED_HTTP_PARSER
                http_ver = (float) 0.9; /* wild guess */
        #else
                return parseHttpRequestAbort(conn,
"error:missing-http-ident");
        #endif
Received on Mon Feb 07 2000 - 12:18:08 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:51:00 MST