haproxy/include
Willy Tarreau 30f58f4217 MINOR: http: add new function http_path_has_forbidden_char()
As its name implies, this function checks if a path component has any
forbidden headers starting at the designated location. The goal is to
seek from the result of a successful ist_find_range() for more precise
chars. Here we're focusing on 0x00-0x1F, 0x20 and 0x23 to make sure
we're not too strict at this point.
2023-08-08 19:10:54 +02:00
..
haproxy MINOR: http: add new function http_path_has_forbidden_char() 2023-08-08 19:10:54 +02:00
import MINOR: ist: add new function ist_find_range() to find a character range 2023-08-08 19:10:54 +02:00
make BUILD: makefile: fix build issue on GNU make < 3.82 2023-05-24 15:51:03 +02:00