You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): fix proxy_send_local_response ABI + eliminate NULL config path
- Fix argument order in pw_proxy_send_local_response: headers are args[5-6]
per proxy-wasm ABI spec, not args[1-2] (which are status_code_details)
- Pass empty strings instead of NULL for unconfigured proxy-wasm calls,
eliminating the only difference between the working configured path and
the failing unconfigured path on x86_64 CI
- Add -t 120 timeout to varnishtest to handle slower CI runners
- Mark .wasm files as binary in .gitattributes
- Reduce block test fuel to 10M (matches passing lifecycle test)
0 commit comments