Brice Figureau
Brice Figureau
Sorry for the very late answer, but I would prefer to have a PR that adds support for passing a `context.Context`.
I think the `RunWithContext` would be enough for this small library. Internally, it's just a matter of checking if we have a context and calling the `WithContext` whenever needed.
That's true, it seems we're missing an access to the error. Do you have a test case for failing the error that I could transform in an integration test so...
Hi @dpotapov , Indeed this is probably easy to do, and would help other people implement authentication modules. I'm wondering, though, if you would want to contribute your NTLM and...
I'm sorry, but as seen from the server you can't ask for 2 uploads to have the same X-Progress-ID at the exact same time, hence I prefer to return an...
I believe it is by design. We mark an upload as 'done' only when the connection enters the cleanup state in nginx. But when an upload starts we don't immediately...
@kke , do you by any chance have client code or a unit test that could reproduce the issue so that I understand how the double close was triggered?
Do you have started mysql-snmp with --slave? Otherwise mysql-snmp doesn't take slave information.
I'm not seeing anything in the NTLM code that was just added that would cause concurrency issues. I don't have a setup allowing me to test concurrent access, so you'll...
Is there anything in the body or headers returned with the 401 response? I don't think it is an issue with our code or the ntlmssp library, it sounds more...