Commit 90e4b3ba authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Backports: r1407088

Submitted by: sf
remove some more old unused code


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1775713 13f79535-47bb-0310-9956-ffa450edef68
parent 7fae8d99
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -645,8 +645,6 @@ static int read_request_line(request_rec *r, apr_bucket_brigade *bb)
    }
    r->protocol = apr_pstrmemdup(r->pool, pro, len);

    /* XXX ap_update_connection_status(conn->id, "Protocol", r->protocol); */

    /* Avoid sscanf in the common case */
    if (len == 8
        && pro[0] == 'H' && pro[1] == 'T' && pro[2] == 'T' && pro[3] == 'P'