Skip to content

Conversation

nottings
Copy link

  1. fix infinite request limit reached loop
  2. By calling super().request instead of super().get, you avoid re-invoking your own request() override and stop the recursion.

2. By calling super().request instead of super().get, you avoid re-invoking your own request() override and stop the recursion.
@rsforbes
Copy link

@nottings - Take a look at #298 (TLS Fingerprint Support). I wasn't able to solve this PR, but perhaps you have some insights based on your work.

@vincentkoc
Copy link

Can confirm this fixes the limt reached loop!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants