httputil.rb: fix http.no_expire_cache being IntegerValue
authorfranz <Franz.Netykafka@runbox.com>
Tue, 20 Oct 2009 07:07:27 +0000 (09:07 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 21 Oct 2009 21:02:27 +0000 (23:02 +0200)
commit96218423c1200c9281b8b4261a924565c4eafd2a
tree7fddf5b141a782cc2121a7e38c25221d33a6712e
parent402c66aa5228f734e88abd7b3cdc482f71239553
httputil.rb: fix http.no_expire_cache being IntegerValue

It should be BooleanValue, otherwise false would get converted to 0
which would evaluate to true, meaning cache would never expire.
lib/rbot/core/utils/httputil.rb