Commit Graph

5 Commits

Author SHA1 Message Date
c1a1d043d5 refactor: extract magic number 4096 as named BUFFER_SIZE constant
Replace the hardcoded buffer size literal 4096 with a named constant BUFFER_SIZE
to improve code readability and maintainability. The constant is defined at the
module level and used in all buffer allocation sites.
2024-12-12 01:41:47 +00:00
db228856f9 fix: reduce buffer size from 4096 to 512 bytes in network read handler 2024-12-10 13:13:33 +00:00
563e0f7a41 chore: remove trailing whitespace and normalize line endings across source files 2024-12-08 09:34:11 +00:00
b8ee8f76a4 chore: initialize project structure with empty repository scaffold 2024-12-08 09:32:43 +00:00
40925d52c1 chore: initialize project structure with empty repository and default files 2024-12-08 08:45:33 +00:00