routewatch/internal/streamer
sneak ab392d874c Track wire bytes separately from decompressed stream bytes
The stream stats were showing decompressed data sizes, not actual wire
bandwidth. This change adds wire byte tracking by disabling automatic
gzip decompression in the HTTP client and wrapping the response body
with a counting reader before decompression. Both wire (compressed) and
decompressed bytes are now tracked and exposed in the API responses.
2025-12-27 12:56:57 +07:00
..
streamer_test.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
streamer.go Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00