Skip to content

Commit

Permalink
README & CHANGELOG updates
Browse files Browse the repository at this point in the history
  • Loading branch information
osotnoc-corp committed Oct 16, 2023
1 parent 0649a28 commit 38359bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 0.1.0 Second Pre-Release

- Allowed multiple clients to be handled at once via multithreadding
- Enabled file cacheing in file_backend
- Added benchmarking utils
- Enabled file caching in file_backend
- Added benchmarking utilities

## Known Issues
- High resource utilization
- Content other than HTMl will be treated as `text/html`
- Content other than HTML will still be treated as `text/html`

## Benchmark Results

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Run the following commands to serve all files located in `./www/`:
- [x] Serve HTML Pages
- [x] Properly parse HTTP requests
- [x] Add module-based backend system for handling requests
- [x] Multithreading
- [ ] Cleanup (this one will never truly be done)
- [ ] Proper error handling
- [ ] Flesh out module-based backend system for handling requests
- [ ] Build out module-based backend system for handling requests
- [ ] Fix glaring security issues
- [ ] Faster parsing
- [ ] Multithreading
- [ ] Speed optimizations such as keepint the most visited html pages in memory
- [ ] Speed optimizations such as keeping the most visited html pages in memory
- [ ] Cleanup codebase
- [ ] Enable cache support
- [ ] Support newer HTTP versions
Expand Down

0 comments on commit 38359bd

Please sign in to comment.