This repository was archived by the owner on Jul 1, 2022. It is now read-only.
Commit 1d033d4
authored
Do not encode span context in HTTP_HEADERS format (#721)
We know that string representation of a span context is safe to use in
HTTP header. Thus, there is no need to encode it. JS & Go clients
already avoid that unnecesserary encoding. This change is backward
compatible because all clients unencode span context even if they do not
encode it. More pragmatically, a client impacted by this change would
already be incompatible with JS & Go clients.
Signed-off-by: Clément MATHIEU <clement@unportant.info>1 parent 016e0c3 commit 1d033d4
File tree
2 files changed
+42
-1
lines changed- jaeger-core/src
- main/java/io/jaegertracing/internal/propagation
- test/java/io/jaegertracing/internal/propagation
2 files changed
+42
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
161 | 202 | | |
0 commit comments