Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion magefiles/e2etest.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func runCorazaE2e(envoyHost, httpbinHost string) error {
}()

// --nulled-body is needed because coraza-proxy-wasm returns a 200 OK with a nulled body when if the interruption happens after phase 3
if err = sh.RunV("go", "run", "github.com/corazawaf/coraza/v3/http/e2e/cmd/httpe2e@main", "--proxy-hostport",
if err = sh.RunV("go", "run", "github.com/corazawaf/coraza/v3/http/e2e/cmd/httpe2e@add-testcase-for-streamed-responses", "--proxy-hostport",
"http://"+envoyHost, "--httpbin-hostport", "http://"+httpbinHost, "--nulled-body"); err != nil {
sh.RunV("docker", "compose", "-f", dockerComposeFilePath, "logs", "envoy")
}
Expand Down