diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-11 17:57:20 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-11 17:57:20 +0000 | 
| commit | 1388d303ba0d2097ff745d4a17192195cebbd349 (patch) | |
| tree | 80abf227c150858e4949b4658229f19c3379b767 /protocols/twitter/twitter.c | |
| parent | 62f6b45d2056b90f57b908cd9bc9b6a995365c43 (diff) | |
Mostly finished HTTP streaming support: Shrink the buffer and add a
http_close().
Diffstat (limited to 'protocols/twitter/twitter.c')
| -rw-r--r-- | protocols/twitter/twitter.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index ea440a15..f538f885 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -373,6 +373,7 @@ static void twitter_logout(struct im_connection *ic)  		imcb_chat_free(td->timeline_gc);  	if (td) { +		http_close(td->stream);  		oauth_info_free(td->oauth_info);  		g_free(td->user);  		g_free(td->prefix); | 
