mirror of
https://github.com/aria2/aria2.git
synced 2026-04-03 03:09:04 +00:00
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-03-17 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
* SocketCore.cc: remove the assignment of addrinfo.ai_addr.
|
||||
|
||||
2006-03-09 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
* ChunkedEncoding.{h,cc}: fixed the bug that if chunk data is binary,
|
||||
|
||||
@@ -134,7 +134,6 @@ void SocketCore::establishConnection(string host, int port) {
|
||||
ai.ai_family = PF_INET;
|
||||
ai.ai_socktype = SOCK_STREAM;
|
||||
ai.ai_protocol = 0;
|
||||
ai.ai_addr = (struct sockaddr*)&sockaddr;
|
||||
struct addrinfo* res;
|
||||
int ec;
|
||||
if((ec = getaddrinfo(host.c_str(), NULL, &ai, &res)) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user