Re: [xSocket-develop] http listen on port 80 problem?
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-04-23 04:10:42
|
Hi this is a known, ugly bug, which haven been fixed in the current development trunk. If the HTTP header Host doesn't contains a port, xSocket-http 2.0-alpha-4 will not enter the onRequest method on the server side: // doesn't works on the server side for xSocket-http 2.0-alpha-4 GET /Handler.class HTTP/1.1 Host: 192.168.1.90 User-Agent: xSocket-http/2.0-alpha-4 // works on the server side for xSocket-http 2.0-alpha-4 GET /Handler.class HTTP/1.1 Host: 192.168.1.90:80 <http://192.168.1.90/> User-Agent: xSocket-http/2.0-alpha-4 The new, fixed version xSocket-http 2.0-alpha-5 will be released in 1-2 weeks. Gregor 2008/4/23 luyongfugx <luy...@16...>: > > > i use the xsocket http extension,now i have a problem like this: > i can listen and handle request on any other port but 80,when i listen on > port 80, > it can run,but when the request come,the server just don't enter the > onRequest function,and the client just waiting. > i have try this on another machine,but the problem remain.can you give me > a suggestion? > > > > ------------------------------ > 自信源自成熟 全新换代上市 东风雪铁龙新爱丽舍 <http://popme.163.com/link/004151_0416_9352.html> > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > > |