Adam Rice
Adam Rice
Do you know of an open SOAP API I could use for the code? I'd like to help debug this but, as stated, I can't provide access to the API...
@tarcieri obviously I was using HTTP as an adapter or I wouldn't be here. And I hear what you're saying about it not being SOAP-specific but I still use HTTP...
So, version 2.4.4 of Savon's associated gem, HTTPI, started setting the timeouts by passing a hash into HTTPs timeout method which is setting the timeouts as PerOperation. Even though only...
Given the default is to not set a timeout (at least as I understand it), could I suggest that only the specified timeouts are set and the others remain empty?
The challenge with this is that the database should already be firewall protected from communicating with any server other than the web server. This means that, if you wanted to...
Thanks, @honzasterba, you've saved me a lot of pain
@destsimon this project hasn't had a commit in 3 years. I've been meaning to swap to the official gem, but it's hard to justify the time
Unfortunately, this issue is causing me problems when parsing DMARC reports coming from Google. I've tested this branch and, apart from correcting the above-mentioned typo, found that it worked without...
NP @plribeiro3000 In reviewing your comments, I've found a bug in `load_data` which tells me there is no test for the original code so I'll look at that too.
@plribeiro3000, when attempting to add a test for the above-mentioned bug, I encountered a few issues. Firstly, `Fog::Compute::XenServer::Real` deals with making server connections. I can see there are a few...