Ales Stibal
Ales Stibal
If smithproxy is configured to roll over pcap file, it is chance other threads will compete for routine of removing and creating files in capture directory. Symptoms: several, almost empty...
Impact: low-none unnoticed crash on execute shutdown in `socle::traflog::PcapLog::~PcapLog()` ``` ======== Smithproxy exception handler (sig 6) ========= Traceback: ip = 7f269c13e3c0, sp = 7fff57aedf40: (funlockfile+0x60) [0x7f269c13e3c0] ip = 7f269ba0818b, sp...
Smithproxy replaces response from server in case ie. there is an issue with server certificate. These replacements however don't support HTTP/2. To cover H2 traffic, we should either: * recognize...