comparison src/protocols/msn/servconn.c @ 10568:fed2a7c2471d

[gaim-migrate @ 11954] Some MSN bits: - Fix HTTP Method works when using an HTTP proxy that require authentication (Bastien Durel) - Better error reporting when the MSN servers are temporarily unavailable - Prevent zombie failed switchboard connections swallowing up messages - Fix win32 crashes receiving messages from aMSN with no formatting info - Fix a crash when the connection to the nexus server fails - maybe some other stuff, I forgot how much had piled up committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 Feb 2005 19:47:52 +0000
parents bcfea6c3d5c9
children 888d4c328be5
comparison
equal deleted inserted replaced
10567:54f7939df8e3 10568:fed2a7c2471d
210 if (session->http_method) 210 if (session->http_method)
211 { 211 {
212 /* HTTP Connection. */ 212 /* HTTP Connection. */
213 213
214 if (!servconn->httpconn->connected) 214 if (!servconn->httpconn->connected)
215 msn_httpconn_connect(servconn->httpconn, host, port); 215 if (!msn_httpconn_connect(servconn->httpconn, host, port))
216 return FALSE;;
216 217
217 servconn->connected = TRUE; 218 servconn->connected = TRUE;
218 servconn->httpconn->virgin = TRUE; 219 servconn->httpconn->virgin = TRUE;
219 220
220 /* Someone wants to know we connected. */ 221 /* Someone wants to know we connected. */