skeeto / elisp-json-rpc

JSON-RPC library for Emacs Lisp
The Unlicense
40 stars 9 forks source link

Remove ':family ipv4' restriction in json-rpc-ensure #6

Closed mrvdb closed 9 years ago

mrvdb commented 9 years ago

Is there a specific reason for specifying ipv4 instead of nil? (or making it configurable)

I've done a quick test with nil which seems to work fine.

skeeto commented 9 years ago

I don't remember why I did that, but I also can't find any problems with leaving it to the default. It's fixed now, thanks!

mrvdb commented 9 years ago

:+1: