My program panics with code -14 and msg "Requested object is already in use by another application" (or something similar) if I try to Cancel() or Close() a RHTTPTransaction.
(I'm using CAknWaitDialog for "synchronization" i.e. the dialog is shown until the transaction completes.)
How can I get rid of that panic/what is the right way to cancel a RHTTPTransaction?