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

Network servers should not ignore ServiceError. #390

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    f00bd0b View commit details
    Browse the repository at this point in the history
  2. Handle ServiceError by halting response processing for a request and …

    …returning an appropriate DNS error message.
    
    Factor common service invoking and response processing code out to new trait ServiceInvoker and implement the network server specific parts for the UDP and TCP servers.
    
    Also simplifies some trait bounds.
    ximon18 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2bae2e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    890c4c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f53310c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e955ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4863cc0 View commit details
    Browse the repository at this point in the history