qt - QNetworkReply - connection established, first byte written, etc -
i'd log lifetime of qnetworkreply object. includes:
- when underlying socket connection established
- when first byte of request sent
- when first byte of response received
- when last byte of response finished
(3) , (4) can determined listening downloadprogress signal, i'm not sure how (1) , (2). there way listen on underlying socket of qnetworkreply? uploadprogress signal doesn't seem triggered requests.
i have no idea if (1) possible others easy. have seen network trace example? not work case?
Comments
Post a Comment