Closed raggi closed 12 years ago
We're seeing this too. I'd love to get this in.
This occurs when shutdown
is called without any connections having been made. So, minimal replication case:
Net::HTTP::Persistent.new.shutdown # NoMethodError: undefined method `delete' for nil:NilClass
See https://github.com/raggi/net-http-batch/blob/4872c9ad245436e73be56d9789a5c525bbf53b19/lib/net/http/batch.rb#L34
Thanks!