Re: *RESEND* Fix bug #5800
Sept. 9, 2006
3:29 a.m.
Daniel Skorka wrote:
+ res = connect(s, ptr->ai_addr, (int)ptr->ai_addrlen); + if(res)
Why not use InternetConnect? If the connection needs to be made through a http:// proxy, connect() may not work, but InternetConnect should handle that case. Mike
7228
Age (days ago)
7228
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack