You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pr...@apache.org on 2005/03/18 15:14:15 UTC

cvs commit: ws-axis/c/src/transport/axis3/HTTPChannel HTTPChannel.cpp

prestonf    2005/03/18 06:14:15

  Modified:    c/src/transport/axis3/HTTPChannel HTTPChannel.cpp
  Log:
  Hi All,
  I think this will complete what needs to be done for AXISCPP-566.
  
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.12      +2 -2      ws-axis/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp
  
  Index: HTTPChannel.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPChannel/HTTPChannel.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HTTPChannel.cpp	28 Jan 2005 13:31:47 -0000	1.11
  +++ HTTPChannel.cpp	18 Mar 2005 14:14:15 -0000	1.12
  @@ -18,7 +18,7 @@
       m_uiProxyPort = 0;
   
   #ifdef WIN32
  -	m_lTimeoutSeconds = 10;
  +	m_lTimeoutSeconds = 100;
   #else
   	m_lTimeoutSeconds = 0;
   #endif
  @@ -447,7 +447,7 @@
   			long dw = GETLASTERROR
   
   			CloseChannel();
  -            free( paiAddrInfo0);
  +            freeaddrinfo( paiAddrInfo0);
   			
   			string* message = PLATFORM_GET_ERROR_MESSAGE(dw);