Response size in report and response streaming

This post is related to https://www.googlecloudcommunity.com/gc/Apigee/Capturing-Response-size-with-response-streaming-ON/td...

I found response sizes are affected by response streaming.

I did an experiment; with and without response streaming shown below

 

<TargetEndpoint name="default">
...
    <HTTPTargetConnection>
        ...
        <Properties>
            <Property name="response.streaming.enabled">true</Property>
            ...
        </Properties>
    </HTTPTargetConnection>
</TargetEndpoint>

 

And my report shows significant differences in Response size:
Screen Shot 2021-10-29 at 1.55.52 PM.png

The response size without streaming is very close to what I get from Postman.
My assumption was that response size monitoring is supported when response streaming is ON. Was I wrong?

0 0 62
0 REPLIES 0