Skip to content
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

DOH POST frequently aborts with TCP connection closed #26

Open
honigpferd opened this issue Jan 8, 2024 · 1 comment · May be fixed by #27
Open

DOH POST frequently aborts with TCP connection closed #26

honigpferd opened this issue Jan 8, 2024 · 1 comment · May be fixed by #27

Comments

@honigpferd
Copy link

DOH POST requests frequently leads to TCP connection closed

How to reproduce

  1. start DNS over HTTPS service from examples
  2.  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

honigpferd added a commit to honigpferd/nginx-dns that referenced this issue Jan 8, 2024
@honigpferd honigpferd linked a pull request Jan 8, 2024 that will close this issue
1 task
@gboudreau
Copy link

I had intermittent 502 errors when using DoH and your PR fixed it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants