aMule Bug Tracker - aMule
View Issue Details
0000044aMuleMiscpublic2004-04-30 08:182004-05-18 14:38
stefanero 
shakraw 
normalmajoralways
closedfixed 
 
 
0000044: webserver connect
try to connect to your amulewebsever over lan and then over localhost
localhost should be no big deal, but other lan and also itneret does not work anymore
I always thoguth this was due to my dyndns client not working the right way, otherwise I could have reported that mroe early...sorry
but also a user on forum posted that
http://www.amule.org/amule/thread.php?threadid=1947&boardid=15&sid=20c0f51f22f1f0890eca90810eb9a86b [^]
No tags attached.
Issue History
2004-04-30 08:18stefaneroNew Issue
2004-04-30 20:04Jacobo221Statusnew => assigned
2004-04-30 20:04Jacobo221Assigned To => shakraw
2004-05-04 19:52shakrawStatusassigned => resolved
2004-05-04 19:52shakrawResolutionopen => fixed
2004-05-04 19:52shakrawNote Added: 0000055
2004-05-18 14:38shakrawStatusresolved => closed

Notes
(0000055)
shakraw   
2004-05-04 19:52   
--- orig/WebSocket.cpp 2004-05-04 19:38:39.000000000 +0200
+++ src/WebSocket.cpp 2004-05-04 19:39:14.000000000 +0200
@@ -45,7 +45,7 @@
    ws->Print("\nWSThread: Thread started\n");
    // Create the address - listen on localhost:ECPort
    wxIPV4address addr;
- addr.Hostname("localhost");
+ addr.AnyAddress();
    addr.Service(wsport);
    ws->Print("WSThread: created service\n");