haproxytechblog

Results 2 issues of haproxytechblog

### Detailed Description of the Problem In `configuration.txt` at [line 12124](https://github.com/haproxy/haproxy/blob/428ceb9c8771a597513923b1cc4dea03603cb970/doc/configuration.txt#L12124C25-L12124C43), there is: ``` acl serverhello rep.ssl_hello_type 2 ``` which should instead be: ``` acl serverhello res.ssl_hello_type 2 ``` ###...

type: doc
status: fixed

Requestor: @NickMRamirez ### Your Feature Request In the documentation, could we add information for each Layer 7 fetch method to indicate which phase they run in (request or response)? Currently,...

type: feature