plabayo / rama

modular service framework to move and transform network packets
https://ramaproxy.org
Apache License 2.0
187 stars 21 forks source link

open only one file handle per sslkeylog usage #341

Closed GlenDC closed 1 month ago

GlenDC commented 1 month ago

Currently we open a file handle for each connection... This is not desired and can give issues. Instead we should handle this with channels. We can do it pretty simple for now and expand if we or others request more.