sudzc
sudzc copied to clipboard
Hi, I can't visit sudzc.com. Is there any way to deploy this website using the source code?
If network is unavailable connectionDidFinishLoading: method is not called, and retained self.handler (SoapRequest.m line:188) is not released. It can be fixed by moving this code into dealloc method.
file: SoapRequest.m line - 161 current code: [self.handler performSelector: self.action withObject: output]; should be [self.handler performSelector: self.action withObject: fault];