mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-23 11:41:17 +01:00
This commit forces the extraction framework to read the entire response payload into a buffer before attempting to decode it, for the underlying Protocol Buffer message readers do not block on partial messages.