]> git.eshelyaron.com Git - emacs.git/commit
Don't check unibyte hostnames for pure-ASCII
authorRobert Pluim <rpluim@gmail.com>
Tue, 17 Jul 2018 16:23:34 +0000 (18:23 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 17 Jul 2018 18:04:13 +0000 (20:04 +0200)
commit742c2344bf076040f9c57f37b2220410f9e27304
tree2775aa232ec5d21a2e80f3ff7a46cc282fee6324
parent93638b0677f3c4c6e30b99b0ee63efc52cbadb88
Don't check unibyte hostnames for pure-ASCII

* src/process.c (network_lookup_address_info_1): Only check multibyte
hostnames for pure-ASCII.

* test/src/process-tests.el (unibyte-domain-name): Test unibyte domain
names with network-lookup-address-info.
src/process.c
test/src/process-tests.el