mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-26 16:21:02 +02: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.