racket/collects/tests/net
Asumu Takikawa c7d878c009 Fix parsing when CNAME is provided for MX query
The code was assuming that the record type was
MX even though this could be false. Also adjusted
some code to also make it easier to test.

Note: the behavior when MX records are missing
is probably still not right.

Closes PR 13654
2013-04-16 10:52:55 -04:00
..
stress
websocket
available.rkt second attempt at removing reliance on tcp. available has been greatly simplified because it relied on the behavior the thread.rktl test is actually testing 2012-10-26 15:26:39 -06:00
cgi.rkt
cookie.rkt
dns.rkt Fix parsing when CNAME is provided for MX query 2013-04-16 10:52:55 -04:00
encoders.rkt
ftp.rkt Avoid output in ftp tests. 2013-04-05 02:23:43 -04:00
head.rkt
ip.rkt Misc improvements to net/dns' and net/private/ip'. 2013-04-05 02:23:43 -04:00
main.rkt Misc improvements to net/dns' and net/private/ip'. 2013-04-05 02:23:43 -04:00
mime.rkt
uri-codec.rkt net/uri-codec: added `uri-path-segment-unreserved-encode' 2012-12-17 06:32:59 -07:00
url-port.rkt
url.rkt Misc improvements to net/dns' and net/private/ip'. 2013-04-05 02:23:43 -04:00
websocket.rkt