ATS should keep a read-only copy of the original client request
Open
HTTP
Logging
New Feature
Stale
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
The client request data may be updated by plugins during the processing of the transaction. This updating means by the time logging occurs, there may be no clean version of the original request. This issue was identified among other places in issue #4697.
The unmapped version of the logging fields help, but even those fields may be changed from the original by plugins that trigger on the read request hook.
Contributor guide
Assessment
This issue has not been assessed yet.