Add support for conditional get of metadata files.
This patch adds support for only updating metadata files that have changed on the server. This reduces bandwidth used, and also allows us to skip metadata parsing, which speeds things up significantly. Thanks to Dyonisius Visser for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2980 44740490-163a-0410-bde0-09ae8108e29a
Showing
- lib/SimpleSAML/Utilities.php 22 additions, 2 deletionslib/SimpleSAML/Utilities.php
- modules/metarefresh/config-templates/config-metarefresh.php 12 additions, 3 deletionsmodules/metarefresh/config-templates/config-metarefresh.php
- modules/metarefresh/hooks/hook_cron.php 20 additions, 5 deletionsmodules/metarefresh/hooks/hook_cron.php
- modules/metarefresh/lib/MetaLoader.php 174 additions, 61 deletionsmodules/metarefresh/lib/MetaLoader.php
Loading
Please register or sign in to comment