Ryan Liptak 0488c3cb52 std.http: Always initialize response.headers in Client.request
Before this change, if a request errored before getting its `response.headers` initialized, then it would attempt to `deinit` `response.headers` which would still be `undefined`. Since all locations that set `response.headers` use the same code, it can just be done upfront in `request` instead.

Closes #15380
2023-04-23 15:33:23 -07:00
..
2023-04-21 11:42:49 -07:00
2023-03-25 14:09:00 +02:00
2023-04-05 08:23:07 +02:00
2023-03-21 15:01:45 +02:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-04-15 10:33:08 -07:00
2023-04-20 15:17:07 -07:00
2023-03-15 10:48:15 -07:00
2023-04-20 15:47:39 -07:00
2023-02-20 09:09:05 +11:00
2023-03-15 10:48:12 -07:00
2022-09-11 23:18:43 -04:00
2023-04-20 18:52:44 -04:00
2023-04-09 20:08:18 -04:00
2023-03-17 17:50:25 +01:00
2023-04-13 02:47:16 -04:00
2022-04-15 17:01:01 -05:00
2023-04-17 19:14:48 -05:00