TransactionSampler does not compute header size/body size information
Open
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**UbikLoadPack support** ([Bug 64590](https://bz.apache.org/bugzilla//show_bug.cgi?id=64590&redirect=false)):
If you have a Transaction Controller with 2 children requests.
The first request:
Size in bytes:12961
Sent bytes:122
Headers size in bytes:344
Body size in bytes:12617
Second request:
Size in bytes:12961
Sent bytes:122
Headers size in bytes:344
Body size in bytes:12617
The TC will have :
Size in bytes:25922
Sent bytes:244
Headers size in bytes:0 => ISSUE
Body size in bytes:0 => ISSUE
Severity: major
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.