• Poul-Henning Kamp's avatar
    From VTEST: · 9284af89
    Poul-Henning Kamp authored
        Missing HEAD method usage flag reset between two requests.
    
        If an HTTP client request with a method different from HEAD followed
        another one with HEAD method, the former was still flagged as being
        using the HEAD method because of a missing HEAD method usage flag
        reset before building an HTTP client request.
    
    Author: Frédéric Lécaille <flecaille@haproxy.com>
    9284af89
vtc_http.c 45.2 KB