mirror of
https://github.com/ziglang/zig.git
synced 2024-11-14 16:13:24 +00:00
parent
6294e65eeb
commit
075ec55552
@ -230,6 +230,11 @@ test "echo content server" {
|
||||
}
|
||||
|
||||
test "Server.Request.respondStreaming non-chunked, unknown content-length" {
|
||||
if (builtin.os.tag == .windows) {
|
||||
// https://github.com/ziglang/zig/issues/21457
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
// In this case, the response is expected to stream until the connection is
|
||||
// closed, indicating the end of the body.
|
||||
const test_server = try createTestServer(struct {
|
||||
|
Loading…
Reference in New Issue
Block a user