Commit fd4e818
authored
avoid dynamic_cast to get Pi-tag for non_internal requests (#6868)
Optimization - See lots of stack traces spending cycles on dynamic_cast
for every request, when in reality, it's no longer needed as Http2ClientSession which
used to inherit PluginIdentity in the past is no longer doing that and
the client access protocol for access logs is being extracted directly
from the HttpSM context.1 parent e9da3e0 commit fd4e818
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments