mastodon/app/workers/pubsubhubbub
ThibG 05cd37097c Optimize uri normalization (#4212)
* Add dependency on idn-ruby to speed up URI normalization

* Use normalized_host instead of normalize.host when applicable

When we are only interested in the normalized host, calling normalized_host
avoids normalizing the other components of the URI as well as creating a
new object
2017-07-15 17:24:35 +02:00
..
confirmation_worker.rb HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
delivery_worker.rb Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
distribution_worker.rb Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 2017-07-14 23:01:20 +02:00
subscribe_worker.rb Limit total subscribe retries to 10, but space them out more (#4142) 2017-07-10 18:04:23 +02:00