diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-22 09:45:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-22 09:45:03 +0000 |
commit | 526401c4c8f7e1a8126c4810a7d7023c4f8bafc5 (patch) | |
tree | 27de106e9904b714e62a02c2f579a28743a4fded /modules/blogapi | |
parent | 2bc19555bfca04551333e361509c2f51841e16c2 (diff) | |
download | brdo-526401c4c8f7e1a8126c4810a7d7023c4f8bafc5.tar.gz brdo-526401c4c8f7e1a8126c4810a7d7023c4f8bafc5.tar.bz2 |
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
Diffstat (limited to 'modules/blogapi')
-rw-r--r-- | modules/blogapi/blogapi.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 480dcabf0..575a07b74 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -849,7 +849,7 @@ function blogapi_rsd() { $base = url('', array('absolute' => TRUE)); $blogid = 1; # until we figure out how to handle multiple bloggers - drupal_set_header('Content-Type: application/rsd+xml; charset=utf-8'); + drupal_set_header('Content-Type', 'application/rsd+xml; charset=utf-8'); print <<<__RSD__ <?xml version="1.0"?> <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> |