Open IvanChugreev opened 6 months ago
new RegExp(@"^.*HTTP.*\r\n(.+\x3a\s+.+\r\n){31,}").ToAutomaton(); // and also new RegExp(@"(\x3c[a-zA-Z\x5f][a-zA-Z0-9\x5f]*[^\x3e]*[^\x2f]\x3e){50,}").ToAutomaton();
Adding the bug label for now, as it appears to be a bug. I haven't tried to reproduce this locally yet.