estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

Update httpclient to ~>2.7.0 #165

Closed summera closed 8 years ago

summera commented 8 years ago

This will get rid of the crazy amount of warnings in the logs from httpclient :tada: Cookie#domain returns dot-less domain name now. Use Cookie#dot_domain if you need "." at the beginning.

This warning will show up only once. I've run this against a couple RETS servers. Everything seems to be working fine.

dougcole commented 8 years ago

awesome, thanks!