You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently BBE does not decompress compressed responses (e.g. Content-Encoding: gzip). In order to be able to apply verifications, it's necessary to do so (e.g. fail if body matches / fail if body does not matches).
This also fixes the issue where the probe_http_uncompressed_body_length is always the same as probe_http_content_length.
Currently BBE does not decompress compressed responses (e.g.
Content-Encoding: gzip
). In order to be able to apply verifications, it's necessary to do so (e.g. fail if body matches / fail if body does not matches).This also fixes the issue where the probe_http_uncompressed_body_length is always the same as probe_http_content_length.
This is related to prometheus/blackbox_exporter#684.
The text was updated successfully, but these errors were encountered: