[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.476)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 476
  Commiter: kmuto
      Date: 2007-10-03 13:36:42 +0900 (水, 03 10月 2007)
=======================================================
Log:

space

=======================================================
Changed:

U   cdn/check-surrogates.rb

Modified: cdn/check-surrogates.rb
===================================================================
--- cdn/check-surrogates.rb	2007-10-03 04:36:07 UTC (rev 475)
+++ cdn/check-surrogates.rb	2007-10-03 04:36:42 UTC (rev 476)
@@ -26,7 +26,7 @@
       h = Net::HTTP.new(host, port)
       h.open_timeout = 8 
       h.read_timeout = 8
-      case response = h.head("/debian/project/trace/#{tracefile}", {"User-Agent"=> "Debian-cdn-mirror-ping/1.0"})
+      case response = h.head("/debian/project/trace/#{tracefile}", {"User-Agent" => "Debian-cdn-mirror-ping/1.0"})
       when Net::HTTPSuccess
         if first_surrogate
           @last_modified = Time.parse(response['last-modified'])