Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 6, 2024
1 parent bf22773 commit 1e53c70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Snake Server Change Log

## 1.2.0 (2024-??-??)
## 1.2.0 (2024-08-06)

- Added `--silent` command line option to disable request logging.
- Added `--silent` command line option to disable request logging (internal errors are still logged).
- Added `--open-browser` command line option to launch a web browser with the server's URL.
- Modified behavior when using HTTP/1.0 (the default protocol) to make server single threaded for improved stability.
- Fixed unclosed file handle when exception is thrown while copying to socket.
- Fixed client address in logs and errors that incorrectly showed host address instead.
- Fixed missing early return when request headers cannot be parsed due to being too large.

## 1.1.0 (2024-05-21)

Expand Down

0 comments on commit 1e53c70

Please sign in to comment.