Raised originally at NLnetLabs/cascade#581.
With a HTTP client that accidentally tries to query the TCP port of a domain::net::server TCP nameserver this can cause the client to hang as the server awaits bytes that will never be sent.
One solution could be to read only the DNS header message bytes first, not await the entire message.
Raised originally at NLnetLabs/cascade#581.
With a HTTP client that accidentally tries to query the TCP port of a
domain::net::serverTCP nameserver this can cause the client to hang as the server awaits bytes that will never be sent.One solution could be to read only the DNS header message bytes first, not await the entire message.