• Federico G. Schwindt's avatar
    Always send the request body to the backend · 91100b4c
    Federico G. Schwindt authored
    Before this commit it was only sent on pass'd requests, making
    impossible to cache e.g. POST requests.
    
    To keep the previous behaviour unset bereq.body if the method is GET,
    which is normally true for misses.
    
    Fixes #1927.
    91100b4c
http_headers.h 5.05 KB