We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DOH POST requests frequently leads to TCP connection closed
How to reproduce
dig +https example.org +tries=1
observed result error log containing: TCP connection closed
reason Buffer.toString('utf8', ...) containing non-UTF8 characters leads to error
The text was updated successfully, but these errors were encountered:
fix: DNS over HTTP(S) POST has broken encoding
01a1c6a
Closes: TuxInvader#26
I had intermittent 502 errors when using DoH and your PR fixed it. Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
DOH POST requests frequently leads to TCP connection closed
How to reproduce
observed result
error log containing: TCP connection closed
reason
Buffer.toString('utf8', ...) containing non-UTF8 characters leads to error
The text was updated successfully, but these errors were encountered: