httplog icon indicating copy to clipboard operation
httplog copied to clipboard

Ensure LogEntrySetField(s) affect value returned by LogEntry

Open nfcampos opened this issue 1 year ago • 0 comments

LogEntry returns the logger pointer stored on RequestLoggerEntry, therefore LogEntrySetField needs to update the value that pointer refers to, instead of replacing it with a new pointer. Added a test that failed without this fix.

nfcampos avatar Sep 30 '24 22:09 nfcampos