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

Fix HTTPStatusException propagation #1109

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Commits on Aug 10, 2020

  1. Fix propagation of HTTPStatusException

    We need to handle vibe.d exceptions properly,
    if an HTTPStatusException is thrown we need to
    propagate it to the calling code so it can
    be properly handled.
    AndrejMitrovic committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    2c1791e View commit details
    Browse the repository at this point in the history
  2. Integration: Force all nodes to connect to each other

    It might resolve the CircleCI failures, but it would
    only treat the symptom and not solve the underlying problem.
    AndrejMitrovic committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a8e7c3f View commit details
    Browse the repository at this point in the history