Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 429 Bytes

File metadata and controls

15 lines (10 loc) · 429 Bytes

Changelog

All notable changes to this project will be documented in this file.

[v2.0.0]

Added

  • Graceful shutdown support on non-Windows systems with pcntl extension.

Changed

  • Refactored Server class to improve error handling.
  • Updated README.md to include information about new features and usage of bash scripts.

Fixed

  • Fixed issues with handling client requests and responses in Server class.