Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Adjust HTTP Codes #18

Merged
merged 3 commits into from
Oct 21, 2022
Merged

Adjust HTTP Codes #18

merged 3 commits into from
Oct 21, 2022

Conversation

Katsute
Copy link
Member

@Katsute Katsute commented Oct 21, 2022

Prerequisites

Issues must meet the following criteria:

  • No similar pull request exists.
  • Code follows the general code style of this project.
  • No sensitive information is exposed.
  • Relevant comments have been added.

GitHub Copilot Disclaimer

The use of GitHub Copilot is strictly prohibited on this repository.

  • This pull does not use GitHub Copilot.

Changes Made

List any changes made and/or other relevant issues.

  • RedirectHandler returns code 308 (Permanent Redirect)
  • TemporaryHandler returns code 404 (Not Found) when expired
  • FileHandler returns code 404 (Not Found) on null file
  • ThrottledHandler returns code 429 (Too Many Requests) on max connections

Release Notes

  • RedirectHandler returns code 308 (Permanent Redirect)
  • TemporaryHandler returns code 404 (Not Found) when expired
  • FileHandler returns code 404 (Not Found) on null file
  • ThrottledHandler returns code 429 (Too Many Requests) on max connections

@Katsute Katsute self-assigned this Oct 21, 2022
@Katsute
Copy link
Member Author

Katsute commented Oct 21, 2022

@mashiro-san approve this pull

ghost
ghost previously approved these changes Oct 21, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Katsute I have approved this pull request

@Katsute
Copy link
Member Author

Katsute commented Oct 21, 2022

@mashiro-san approve this pull

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Katsute I have approved this pull request

@Katsute Katsute merged commit a93c8d9 into main Oct 21, 2022
@Katsute Katsute deleted the http-codes@0e4c1cb branch October 21, 2022 01:57
@ghost ghost locked and limited conversation to collaborators Oct 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant