:nocov:
431 432 433 434 435
# File 'lib/rack/utils.rb', line 431 def secure_compare(a, b) return false unless a.bytesize == b.bytesize OpenSSL.fixed_length_secure_compare(a, b) end