Update Cargo.toml, README, and CONTRIBUTING link for better documentation and accessibility 🦜🕺#32
Merged
Az107 merged 3 commits intoAz107:masterfrom Apr 13, 2025
LoboGuardian:master
Merged
Update Cargo.toml, README, and CONTRIBUTING link for better documentation and accessibility 🦜🕺#32Az107 merged 3 commits intoAz107:masterfrom LoboGuardian:master
Az107 merged 3 commits intoAz107:masterfrom
LoboGuardian:master
Conversation
…ure. (And, while we're at it, let's bring back the dancing parrot emoji. 🦜 in the README. Because, why not? 🕺)
Az107
requested changes
Apr 13, 2025
|
|
||
| HTeaPot has been benchmarked against other popular HTTP servers, consistently demonstrating excellent metrics: | ||
|
|
||
| | Metric | HTeaPot | Industry Average | |
Owner
There was a problem hiding this comment.
Why put the table inside a code block?
This will render it as text and not as a table
Contributor
Author
There was a problem hiding this comment.
The color syntax seemed to stand out to me, but it doesn't matter, I've already returned it to the table format.
Az107
approved these changes
Apr 13, 2025
Az107
pushed a commit
that referenced
this pull request
Apr 15, 2025
…tion and accessibility 🦜🕺 (#32)
Az107
added a commit
that referenced
this pull request
Apr 15, 2025
* Update Cargo.toml, README, and CONTRIBUTING link for better documentation and accessibility 🦜🕺 (#32) * Update the mod in src * Add shutdown logger * Add the handler for shutdown * Use libc to handle unix * Add shutdown.rs * Update the mod in src * Add the handler for shutdown * Use libc to handle unix * Fix shutdown module compilation error * Fix shared reference in unix * Fix shared reference in unix * Access the global without shared reference * Fix temporary value errors in shutdown.rs * Simplified exit logic in unix Add force quiting for repeatedly ctrl+c press * Move close logic to main thread. * Change signal handling and add safety checks to avoid UB * Basic implementation to force the awake of listener thread. this will attempt to connect to itself to wake the listener and check if the flag is set to false * Refactor to reach scalability and security in unix sign handler * Add setup for graceful shutdown --------- Co-authored-by: LoboGuardian 🐺 <30099451+LoboGuardian@users.noreply.github.com> Co-authored-by: miky-rola <mikyrola8@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request addresses several improvements to the project's documentation and accessibility. It includes the following changes:
These changes aim to enhance the overall user experience and make it easier for new contributors to get involved.
Commits:
Checklist: