zig/lib/std/http
Mizuochi Keita 729a051e9e std.http: Fix segfault while redirecting
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
2023-06-17 21:58:33 -07:00
..
Client.zig std.http: Fix segfault while redirecting 2023-06-17 21:58:33 -07:00
Headers.zig std.sort: add pdqsort and heapsort 2023-05-23 17:55:59 -07:00
protocol.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
Server.zig zlib: naming convention 2023-06-17 14:08:05 -07:00