Klaus Post

Results 402 comments of Klaus Post

Unfortunately it doesn't repro on Windows. I've tried a secondary cancelation path and locked it to the OS thread. There is a chance that can fix it.

I don't expect bandwidth to look at this for a while. You are welcome to see if you can work out a fix. Meanwhile, using `-q` or redirect output to...

I don't know much about this package, but Content-MD5 is added if `WithRetentionConfiguration` has been set. I don't know if there is any other way of setting it, so I...

It doesn't seem like anything was deleted. Maybe @fatpat can help, re #290

It seems the `Content-Type: multipart/form-data` is triggering [`isRequestPostPolicySignatureV4`](https://github.com/minio/minio/blob/5f78691fcfcf8a1d4cd83c600538385ea6bef8c0/cmd/auth-handler.go#L76). Presumably this is transferred from the source. Maybe correctly, maybe incorrectly.

@udf2457 You have provided the `mc` version - not the `minio` (server) version. It may or may not be relevant, but it is good to have for a precise reproducer...

Are you saying we should ignore the `exp` on the token? What is the purpose of the 5m `exp`, if we just ignore it? I could likely be missing something,...

👍🏼 It could be more than one goroutine writing at once. Let me know what you find.

@hanzei Upgrade and (more likely) make sure you don't do concurrent writes.

You can easily do concurrent writes to a `ResponseWriter`. Also check out https://github.com/klauspost/compress/tree/master/gzhttp#gzip-middleware