filibuster-testing / filibuster-java-instrumentation

Filibuster instrumentation for the JVM.
http://filibuster.cloud
Apache License 2.0
15 stars 4 forks source link

HTTP chunking in transformer faults #269

Open IMichael-ops opened 1 year ago

IMichael-ops commented 1 year ago

Sometimes when data is sent as one chunk, HTTPObject.isEndOfStream() is set to false. This makes it challenging to recognise when the stream ends or when the last chunk is received.

In that case, how do you inject transformer faults that manipulate the HTTP body?