-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant read that many bytes error #22
Comments
That usually is caused by an invalid/incomplete message. The parser tries to read a message of a certain length but there is not enough data to read that from. What DNS server are you using? |
I'll do some more investigation later, however I don't think it's related to library itself, so I might close it. It is quite weird because I don't have any custom setup and my browsers show hotmail.com fine.
|
If I run it with the library, e.g. on dnsclient.michaco.net, it totally works. Those things depend on the response of the DNS server you use of course |
I am trying to query the hotmail.com servers like so:
however it blows up with the following response:
I tried gmail.com instead, and it worked without problems. Any ideas?
The text was updated successfully, but these errors were encountered: