| author | |
| committer | |
| log | 34409635ad3a5aa199adde1cabbeadb1ac6e256c |
| tree | 96d872423a406af4c038fd431eea2f979c859111 |
| parent | 02396f8d5c5ca32c1d2ab2e2f04afba4588f5944 |
Closes #251531 files changed, 1 insertions(+), 1 deletions(-)
lib/std/http/Client.zig+1-1| ... | @@ -382,7 +382,7 @@ pub const Connection = struct { | ... | @@ -382,7 +382,7 @@ pub const Connection = struct { |
| 382 | return c.stream_reader.getStream(); | 382 | return c.stream_reader.getStream(); |
| 383 | } | 383 | } |
| 384 | 384 | ||
| 385 | fn host(c: *Connection) []u8 { | 385 | pub fn host(c: *Connection) []u8 { |
| 386 | return switch (c.protocol) { | 386 | return switch (c.protocol) { |
| 387 | .tls => { | 387 | .tls => { |
| 388 | if (disable_tls) unreachable; | 388 | if (disable_tls) unreachable; |