[Webkit-unassigned] [Bug 208192] [Curl] Add TLS debugging feature to log encryption keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 06:44:34 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208192

--- Comment #24 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Alex Christensen from comment #19)
> Comment on attachment 391729 [details]
> Patch
> 
> Are you sure you want all this file I/O on the main thread?
> Is there an advantage to using wtf/FileSystem.h?
> 

wtf/FileSystem.h doesn't have a mode which appends at tail of a file.
If we use FileSystem.h for logging, we have to keep open PlatformFileHandle as we don't have append mode.
On Windows platform, it means the key log file remains open until the browser exits, and we can't access the log file until  the browser exits.

We might have to consider adding appending mode in another ticket.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200227/8f828f41/attachment.htm>


More information about the webkit-unassigned mailing list