Christopher Faulet

Results 325 comments of Christopher Faulet

For now, I'm closing the issue because it seems inactive. If there is still an issue, feel free to reopen it with more info. Thanks.

Indeed. Thanks @Darlelet for the analysis. It seems I failed my patch. In `sc_cond_forward_shut()`, before handling the write timeout on the other side, we must take care that the shutdown...

I pushed the fix, it should be good now. Thanks !

Indeed, till recently, the H1 multiplexer was unable to drain the request when the server replied and shut the connection down before the end of the request. And the same...

Ok, copy that. About draining of H1 requests, it will be backported to 2.9 because it is not a huge work. It will not be included to the 2.9.7, but...

I've updated the documentation about `L` state and added info about `LC` and `LH` termination states. Remains the issue about `%Tr`. I must also check `%TR` because it seems it...

@spihiker , what is the status of this issue ?

I performed a very quick test on 3.0 and 2.2, following steps to reproduce the issue and everything seems to work as expected. So I'm closing because of inactivity and...

a `srv-unsued` condition was added to `wait` command. For instance: ``` disable server px/srv1 shutdown sessions server px/srv1 wait 2s srv-unused px/srv1 del server px/srv1" ``` @wtarreau, with this option,...