View Single Post
  #15  
Unread 11-08-2007, 05:04 PM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Nice race condition on this one. If the thread downloading the files is faster than the one setting the proxy environment variables the updater throws an exception because it can not connect to its server. Should be fixed now by making sure the proxy thread is finished before downloading anything. Since I can not test proxy support right now I am not sure though :P