Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TorLogger: prevent double initialization #73

Merged
merged 3 commits into from
Aug 2, 2023
Merged

TorLogger: prevent double initialization #73

merged 3 commits into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. NOnion.Tests: ignore non-200 status codes

    Purpose of our HS browsing tests is to make sure we can connect
    to the server and just receieving a status code means we are
    connected so there's no need to make sure the status code is
    200, this is especially true because TorHttpClient doesn't
    handle redirects which causes Unsuccessful- HttpRequestException
    when there's a redirect.
    aarani committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    94d6ad9 View commit details
    Browse the repository at this point in the history
  2. TorLogger: prevent double initialization

    Co-authored-by: Afshin Arani <afshin@arani.dev>
    knocte and aarani committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f07dc78 View commit details
    Browse the repository at this point in the history
  3. NOnion: rename non-200 http status exception

    This commit renames UnsuccessfulHttpRequest exception to
    UnsuccessfulHttpResponseException.
    aarani committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2993129 View commit details
    Browse the repository at this point in the history