Under Review
Last Updated: 23 Apr 2018 05:00 by Eric
Imported User
Created on: 21 Apr 2018 07:04
Type: Feature Request
4
Identify which session that log messages are from (when possible)
In the Fiddler log I see this:

19:13:42:5608 [HTTPWarning] Header folding detected. Not all clients properly handle folded headers.

I need to know what session that is from. I have thousands of sessions. If you could just add from session 1234 then I would know. Thanks

v5.0.20181.14850 for .NET 4.6.1
Built: Tuesday, March 20, 2018
2 comments
Eric
Posted on: 23 Apr 2018 05:00
This was simply an oversight in the parsing method. Normally, it bubbles out errors to the caller (which knows the SessionID, if any), but because this is merely a warning it doesn't bubble out.

This is probably straightforward to fix.
Imported User
Posted on: 22 Apr 2018 05:00
testing