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

Adds remote-address connection info to server #148

Merged
merged 3 commits into from
Oct 15, 2021

Commits on Oct 14, 2021

  1. Adds remote-address connection info to server

    - Reworks how a `hyper::Server` is created, to get access to the local
      address before starting the server itself. This allows it to be put
      into the key-value pairs for the server's logger, so they're printed
      on each subsequent message.
    - Updates the internal connection/request handler types to get the
      remote address and store it in the logger passed to the request
      handling functions. The remote address is also printed on each
      subsequent log message.
    bnaecker committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    beaa36c View commit details
    Browse the repository at this point in the history
  2. Run rustfmt

    bnaecker committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e598fb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Adds notes to CHANGELOG

    bnaecker committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d271c23 View commit details
    Browse the repository at this point in the history