<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -351,9 +351,6 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
 // Start the read stream. Called by loadRequest, and again to restart the request when authentication is needed
 - (void)startRequest;
 
-// Cancel loading and clean up
-- (void)cancelLoad;
-
 // Call to delete the temporary file used during a file download (if it exists)
 // No need to call this if the request succeeds - it is removed automatically
 - (void)removeTemporaryDownloadFile;</diff>
      <filename>Classes/ASIHTTPRequest.h</filename>
    </modified>
    <modified>
      <diff>@@ -92,6 +92,7 @@ static NSRecursiveLock *delegateAuthenticationLock = nil;
 // Private stuff
 @interface ASIHTTPRequest ()
 
+- (void)cancelLoad;
 - (BOOL)askDelegateForCredentials;
 - (BOOL)askDelegateForProxyCredentials;
 + (void)measureBandwidthUsage;
@@ -771,7 +772,7 @@ static NSRecursiveLock *delegateAuthenticationLock = nil;
 	pool = nil;
 }
 
-// Cancel loading and clean up
+// Cancel loading and clean up. NEVER CALL THIS FROM ANOTHER THREAD!
 - (void)cancelLoad
 {
 	[[self cancelledLock] lock];</diff>
      <filename>Classes/ASIHTTPRequest.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d910b2ecf66364fd266982fcf27a560a32b6e89</id>
    </parent>
  </parents>
  <author>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </author>
  <url>http://github.com/pokeb/asi-http-request/commit/1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69</url>
  <id>1ac7f8a6aaef3fb189f2f764f66b1f6fe5ae1c69</id>
  <committed-date>2009-10-04T07:16:17-07:00</committed-date>
  <authored-date>2009-10-04T07:16:17-07:00</authored-date>
  <message>Move cancelLoad out of ASIHTTPRequest.h, added a note about not calling it</message>
  <tree>b652477852d1d9523b1a66588a61ad3d34dca080</tree>
  <committer>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </committer>
</commit>
