Skip to content

Conversation

@bernardassan
Copy link

@bernardassan bernardassan commented Nov 11, 2025

Completed

  • Fix building Zzz on Zig 0.15.2
  • Update to use Tardy and Secsock that compiles on 0.15.2
  • Fix Gzip compression
  • Update Zzz to use std.Io.Writer
  • Update CI to use Zig 0.15.2
  • Fix example builds
  • Update example in docs to 0.15.2
  • Add hints on how to run fs and unix examples
  • Use Result location types where possible
  • initialize array types with @Splat
  • Use a 8KiB buffer as max http header size by default

Tested all examples are working correctly and all test pass

Supersedes #58
Closes #58
Closes #57

Task

Fix building Zzz on Zig 0.15.2

Update to use Tardy and Secsock that compiles on 0.15.2

Fix Gzip compression

Update Zzz to use std.Io.Writer

Signed-off-by: Bernard Assan <[email protected]>

Update CI to use Zig 0.15.2

Fix example builds

Update example in docs to 0.15.2

Add hints on how to run fs and unix examples

Use Result location types where possible

initialize array types with @Splat

Use a 8KiB buffer as max http header size by default

**TODO**
- use a server config option to configure the maximum http header size

Signed-off-by: Bernard Assan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to 0.15.1?

1 participant