mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Fails with IPv6 #77

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

(Discovered with #76) The attempt to mount WebDAV is hanging for an fe80 IPv6 address.

mfikes commented 9 years ago

I found an easier way to repo this. If I turn off IPv4, then this will occur:

java.io.IOException: Unable to mount WebDAV at http://::1:49153

Properly forming the URL as http://[::1]:49153 causes things to work properly.