#2005: localhost on mac causes getnameinfo error in safari.
------------------------------------+---------------------------------------
 Reporter:  alex                    |          Owner:         
     Type:  bug                     |         Status:  new    
 Priority:  normal                  |      Milestone:  Not GHC
Component:  libraries/network       |        Version:  6.8.2  
 Severity:  normal                  |     Resolution:         
 Keywords:  network localhost ipv6  |     Difficulty:  Unknown
 Testcase:                          |   Architecture:  x86    
       Os:  MacOS X                 |  
------------------------------------+---------------------------------------
Comment (by judah):

 claude, if you're referring to #2391 this appears to be a different issue.
 The problem is that we aren't setting a necessary field the in IPV6 socket
 address struct.  I've submitted a fix to the libraries list:

 http://www.haskell.org/pipermail/libraries/2008-July/010239.html

 With that fix, danb's `Server.hs` running on OS X accepts connections on
 both IPV4 and IPV6 (`localhost`, `127.0.0.1` and `::1` all work).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2005#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to