mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +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