Commit f5a12f8
authored
tornado: handle behaviour change in request.headers protocol (#2512)
In 6.5.3 tornado made the __in__ protocol for the request headers
case sensitive. Problem is that the code extracting the traceparent
header name is using a lowercase string for the header name.
So start normalizing all the headers keys to lowercase so that we are
able to get the traceparent again.1 parent bbaa3bb commit f5a12f8
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments