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

Resolve inconsistent processing logic in mux.ServeHTTP #536

Merged
merged 8 commits into from
Mar 14, 2022

Commits on Mar 11, 2022

  1. separate path search to own function

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e5aa78f View commit details
    Browse the repository at this point in the history
  2. move to pathsearch to utils module and unittest

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    33d2388 View commit details
    Browse the repository at this point in the history
  3. remove useless file

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0d2c67c View commit details
    Browse the repository at this point in the history
  4. move SearchPath to original httpserver module

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    cd9e487 View commit details
    Browse the repository at this point in the history
  5. make fmt

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    8d7d229 View commit details
    Browse the repository at this point in the history
  6. update SearchPath and add unittest for it

    Samu Tamminen committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    aff281a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. fix path NotFound case and add tests

    Samu Tamminen committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    7e56a04 View commit details
    Browse the repository at this point in the history
  2. fix code analysis issue

    Samu Tamminen committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    46e9fca View commit details
    Browse the repository at this point in the history