In get_last_url(), do not bother trying to decode URLs that do not contain at least...
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:50:15 +0000 (11:50 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Nov 2011 11:50:15 +0000 (11:50 +0000)
commit36acaceaae9b0e88caf892ffd2751e53108ebff5
tree7a623fb82caa0fe379a3ce624248a613469fd91b
parent784630767e0247ba970bbc8808fb34147e78c47e
In get_last_url(), do not bother trying to decode URLs that do not contain at least one '%' sign

It reduces the log noise and a number of unnecessary memory allocations.
filters.c