istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
105 stars 34 forks source link

Clean up req_buffer_ sent successfully from the req_buffer_ #81

Closed clarechu closed 2 years ago

clarechu commented 2 years ago

fix bug;

When req buffer Req after the data in is successfully, sent buffer This data still exists in. We should clear the data in req buffer

clarechu commented 2 years ago

@bianpengyuan Does this have anything to do with my changes?

bianpengyuan commented 2 years ago

The test failure is a a flake, but need to fix the format: https://github.com/istio-ecosystem/wasm-extensions/runs/4798628959?check_suite_focus=true

clarechu commented 2 years ago

@bianpengyuan ok, thanks! I have resubmitted