catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

Ignore utf-8 decode errors when processing text content types bodies #595

Closed pmeenan closed 1 year ago

pmeenan commented 1 year ago

This makes the agent more "forgiving" when it is gathering response bodies to allow for bodies with invalid utf-8 characters to be processed when the response content-type claims to be a text content type.

See https://github.com/HTTPArchive/custom-metrics/issues/60