mozilla / doh-rollout

DEPRECATED - Add on for initial DoH rollout
Mozilla Public License 2.0
7 stars 4 forks source link

Fixed #199 - Updated previous trr mode default value to be -1 #201

Closed maxxcrawford closed 4 years ago

maxxcrawford commented 4 years ago

Note - This patch addresses one additional issue that came up during testing the -1 default value change:

During the shouldRunHeuristics function check, it was mismatching the values every time on first run, as the current trr.mode is 0, but the previous is -1. I added quick exit logic to account for this.