:nocov:
461 462 463 464 465
# File 'lib/rack/utils.rb', line 461 def secure_compare(a, b) return false unless a.bytesize == b.bytesize OpenSSL.fixed_length_secure_compare(a, b) end