Http socket PageReceived event two times

Hi guys,

There’s one user that is having issues because when connecting to a certain API the responses sometimes come duplicated.
I’ve been watching some logs this app creates and apparently the PageReceived event gets raised two times (the second before finishing the first, otherwise it would detect the duplicated entry).

This does ONLY happen with ONE client.

So… anyone can imagine a situation (hardware/software/inet connection) or setup where this could happen ?
TIA
R

Check the HTTPStatus, maybe one time is saying something like a code 3xx(redirect) or other codes, affecting only this client behind a proxy or something…

It turned out to be my own fault as the process was running twice, thus logs were duplicated.