Christopher Faulet

Results 470 comments of Christopher Faulet

Well, I guess we should discuss again about that with Willy. I'm annoyed because this was done this way in HAProxy to be able to keep the original H1 request...

From https://www.mail-archive.com/[email protected]/msg43261.html: ``` http-request set-uri https://%[req.hdr(host)]%[pathq] ```

@wtarreau, just a ping to evoke this subject to the HTTP Workshop next week :)

I'm surprised because, naively, I thought it was the purpose for the check timeout. For tcp-check, once connected, this timeout is used instead of inter. And for external-check, there is...

At this step, when `htx_get_head_blk()` is called, we know the HTX message is not empty, i.e. `htx->head != -1`. So, it is safe, `blk` cannot be NULL here.

@Govind10g, what is the status of this issue ? It seems to be configuration issue and not a bug.

Thanks I confirm the issue with your reproducer. I'm investigating !

@sigint2, I checked and unfortunately you hit the design limit of the resolvers. We know the current design does not scale at all. And it is too complex to be...

Indeed, there is a bug. Functions evaluating L4 and L5 rules are properly handling default rules. However, these functions are not called when the corresponding list of the proxy are...