Re: *RESEND* Fix bug #5800
Sept. 8, 2006
10:29 p.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
7137
Age (days ago)
7137
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack