The branch of code in question is specifically only for not-2xx requests, changing it from < to <= would make it fire for anything other than 201-299 which doesn't seem correct.
This change would result anything that responds with 200 being unsubscribed from future pings.
I'm closing this as it seems to be incorrect.
The branch of code in question is specifically only for not-2xx requests, changing it from
<
to<=
would make it fire for anything other than201-299
which doesn't seem correct.This change would result anything that responds with 200 being unsubscribed from future pings.