This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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
delivery_worker.rb Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
distribution_worker.rb
subscribe_worker.rb