mirror of
https://github.com/ziglang/zig.git
synced 2026-01-14 03:15:14 +00:00
Make to avoid releasing request's connection twice. Change the `Request.connection` field optional. This field is null while the connection is released. Fixes #15965