Mozproxy will reply packages even if protocol information is not found This can cause silent failures or false positive results Stop mitm if we don't find this file and return a error see: https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/alternate-server-replay.py#148
Bug 1670038 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Mozproxy will reply packages even if protocol information is not found This can cause silent failures or false positive results Stop mitm if we don't find this file and return a error see: https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy/mozproxy/backends/mitm/scripts/alternate-server-replay.py#148 add a else to the if that checks the existence of the protofile and throw the appropriate error