#582548 w3m: Support DNS SRV record

Package:
w3m
Source:
w3m
Description:
WWW browsable pager with excellent tables/frames support
Submitter:
Daniel Dehennin
Date:
2010-06-12 20:42:05 UTC
Severity:
wishlist
#582548#5
Date:
2010-05-21 17:50:08 UTC
From:
To:
Hello,

As many other web browser (iceweasel, links, links2), w3m does not
support DNS SRV record:

===
mee@home:~$ w3m http://fdn.fr
w3m: Can't load http://fdn.fr
===

===
mee@home:~$ dig _http._tcp.fdn.fr SRV
[...]
;; QUESTION SECTION:
;_http._tcp.fdn.fr.             IN      SRV

;; ANSWER SECTION:
_http._tcp.fdn.fr.      84707   IN      SRV     0 5 80 www.fdn.fr.
[...]
===

Regards.