Skip to content
Snippets Groups Projects
Commit 0ceff863 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Measure compression statistics per remote client addr.

Compression statistics, like number of sent bytes are now grouped in RemoteCompressionClient class. This class is saved in a HashMap where key is the remote client address.

The RemoteCompressionClient is created in init_qcmp and is removed after inactivity longer than 60 minutes for now.

Hopefully `baseRequest.getRemoteAddr();` is good enaugh key for now.
parent f4579182
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment