TEXT   34
http client
Guest on 8th February 2023 01:08:09 PM


  1. === modified file 'lib/http_client.c'
  2. --- lib/http_client.c   2022-11-24 19:20:57 +0000
  3. +++ lib/http_client.c   2022-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.      ssl_error(req->error);

Raw Paste

Login or Register to edit or fork this paste. It's free.