mirror of https://github.com/ValdikSS/GoodbyeDPI
Browse Source
If --max-payload 1200 is used and there's HTTP request with lots of cookies which exceed 1200 bytes in size, this packet would have been skipped as 'too large', and the circumvention won't be applied. Fix this by checking for "GET " or "POST" in the beginning of the packet regardless of its size.pull/270/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue