Changeset 8a9afe4 for protocols/proxy.c


Ignore:
Timestamp:
2005-12-17T16:54:12Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
52b3a99
Parents:
3d64e5b (diff), dd9a51b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

http_client lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/proxy.c

    r3d64e5b r8a9afe4  
    106106        if (condition & GAIM_WRITE_COND)
    107107                gaim_cond |= GAIM_INPUT_WRITE;
    108 //      if (condition & GAIM_ERR_COND)
    109 //              fprintf( stderr, "ERROR! fd=%d\n", g_io_channel_unix_get_fd( source ) );
    110108
    111109        closure->function(closure->data, g_io_channel_unix_get_fd(source), gaim_cond);
Note: See TracChangeset for help on using the changeset viewer.