Bug 407 - dumpulog displays "connection: upgrade" when there is NOT one in the http header
Review Request #90 — Created Nov. 17, 2023 and submitted — Latest diff uploaded
| Information | |
|---|---|
| tanya | |
| APV10 | |
| rel_apv_10_7, rel_apv_10_4_3 | |
| 407 | |
| Reviewers | |
| kdutta, wli | |
This happens because "connection: upgrade" was added later to the log and the mapping between header strings and bitmap is not correct for this header, so even though parser parsers it correctly the dumpulog displays wrong header
Making sure that string position matches bitmap in the usr/click/lib/libamp_ulog/amp_ulog.h
run the traffic and looked at the logs, see content-lentght header and not connection upgrade
