mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
[DOC] missing comment caused misinterpretation
This commit is contained in:
parent
3504a01cb4
commit
51e912947e
@ -4856,6 +4856,9 @@ int process_srv(struct session *t) {
|
|||||||
tv_eternity(&t->cnexpire);
|
tv_eternity(&t->cnexpire);
|
||||||
if (t->pend_pos)
|
if (t->pend_pos)
|
||||||
t->logs.t_queue = tv_diff(&t->logs.tv_accept, &now);
|
t->logs.t_queue = tv_diff(&t->logs.tv_accept, &now);
|
||||||
|
/* note that this must not return any error because it would be able to
|
||||||
|
* overwrite the client_retnclose() output.
|
||||||
|
*/
|
||||||
srv_close_with_err(t, SN_ERR_CLICL, t->pend_pos ? SN_FINST_Q : SN_FINST_C, 0, 0, NULL);
|
srv_close_with_err(t, SN_ERR_CLICL, t->pend_pos ? SN_FINST_Q : SN_FINST_C, 0, 0, NULL);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user