commit | 5cacab63e15e6932d39292b0821897aefca09cc6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 15:52:59 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 05 20:01:23 2018 +0200 |
tree | 4d7139d55942578ace78c02bd2e2c1a99c094583 | |
parent | b8bc52522c751c4d9f51ae5cd3049d02c488cbcc [diff] |
MINOR: log: use zero as the request counter if there is no stream When s==NULL we don't have any assigned request counter. Ideally we should proceed exactly like when a stream is initialized and assign a unique value. For now we only place it into a local variable.