nginx-dns icon indicating copy to clipboard operation
nginx-dns copied to clipboard

DOH POST frequently aborts with TCP connection closed

Open honigpferd opened this issue 1 year ago • 1 comments

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 avatar Jan 08 '24 21:01 honigpferd

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

gboudreau avatar Aug 12 '24 11:08 gboudreau