Marcelo Fuentes

Results 14 comments of Marcelo Fuentes

I did the change using "ExchangeWithConn" and it improved dramatically. ## Full Code ```go package main import ( "fmt" "log" "time" "github.com/miekg/dns" ) type handler struct{} func (h *handler) ServeDNS(w...

Changing my code using ExchangeWithConn in `ServeDNS` function it worked perfectlly. But, when I moved the same code to another function I faced the same issue again. Checking line by...

You can test it locally and see what I saw. Because I don't understand what is happening when that line is there

@tmthrgd I was debugging again, and I enable the `conn.Close()` call for udp and tcp. And the issue happens only with `udp`, with tcp works perfectly.

Hi @wvpv , sorry, but it is not possible to define certs at config file level. You are welcome to contribute to it.

it happens because all files are being downloaded to "sync_settings/temp" folder, maybe a solution is create a subfolder something like `.sync_settings/temp//...` in order to download files for a given gist...

Let me try to take a look to it

Hey! Hmm, this has happened before, and it is due to some conflicting packages/plugins which are overwriting the file system for `requests` package, used to fetch/push information from/to GitHub. As...