Dave Cheney

Results 215 comments of Dave Cheney

This looks like memory corruption. Have you tried running your program under the race detector? See https://blog.golang.org/race-detector .

Can you please provide the full panic message. Thank you

Thanks for finding the link to the previous discussion. IMO if this is the intended behaviour then the comment on `ReadTimeout` probably needs to be updated. ``` // ReadTimeout is...

When your functions has so many return values that typing them becomes a chore, that's a sign that you need to redesign your function, not the language.

I haven't looked in detail but I suspect a code path uses path, not path/filepath.

Hmm. Good question. At the moment this isn't possible because we request that the remote ssh server start an sftp-session for us. What I _think_ winscp is doing is starting...

@alexbrand if you'd like to drive this work i'd be happy to pair with you on it.

Thank you for raising this issue. If I understand the linked feature request correctly this is for reporting stats. If Envoy grows this feature I think we could enable it...

Moving to the unplanned release as it is not clean when this feature will be delivered upstream.