]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: opentracing: enable the use of http headers without a set value
authorMiroslav Zagorac <mzagorac@haproxy.com>
Wed, 8 Sep 2021 23:23:42 +0000 (01:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Sep 2021 05:08:14 +0000 (07:08 +0200)
commit71cb1ab6b9bc4aa0405df0ab2447430eb3402bdc
treeabaac624d910ccdecf25315d88036411fb29bd94
parent4cb2c83f465fb8a159c901d08cf86bd5f56fdb14
BUG/MINOR: opentracing: enable the use of http headers without a set value

In case we transfer some data that does not have a set value via the HTTP
header, adding that header in the text map was done incorrectly.

This simple patch allows the use of HTTP headers without a set value.
addons/ot/src/http.c