frmdstryr / zhp

A Http server written in Zig
MIT License
355 stars 24 forks source link

Fix compilation errors in example in README.md #25

Closed MarcusWagberg closed 2 years ago

MarcusWagberg commented 2 years ago

This pr fixes #24, i also found some other compilation errors (unused function parameter, expression value is ignored, and Allocgate).

frmdstryr commented 2 years ago

Thank you!