Untitled

From Reliable Pheasant, 11 Years ago, written in Plain Text, viewed 478 times.
URL https://p.gaa.st/view/61814093 Shorturl This version of the API has now been deprecated as indicated Embed
Download Paste or View Raw
  1. === modified file 'lib/http_client.c'
  2. --- lib/http_client.c   2012-11-24 19:20:57 +0000
  3. +++ lib/http_client.c   2012-11-25 11:46:58 +0000
  4. @@ -590,6 +590,9 @@
  5.         if( !req )
  6.                 return;
  7.        
  8. +       if( req->inpa > 0 )
  9. +               b_event_remove( req->inpa );
  10. +      
  11.         if( req->ssl )
  12.                 ssl_disconnect( req->ssl );
  13.         else
  14.  
  15.  

Reply to "Untitled"

Here you can reply to the paste above