regru / Net-Whois-Raw

Get Whois information for domains
Other
11 stars 14 forks source link

Fix caching for QRY_ALL #19

Closed davehayes closed 5 years ago

davehayes commented 5 years ago

This small patch makes QRY_ALL return cached information when using the whois() function. As it is now, if you use QRY_ALL, it doesn't use the cache.

nalobin commented 5 years ago

Could you also provide a test for this fix?

davehayes commented 5 years ago

Just saw this, I will make that attempt soon.