feature/146-add_flag_to_check_content-encoding_in_chunked_payload #167

Collaborator

close #146

close #146
dkirillov self-assigned this 2023-07-10 11:47:06 +00:00
dkirillov requested review from storage-services-developers 2023-07-10 11:48:25 +00:00
dkirillov requested review from storage-services-committers 2023-07-10 11:48:25 +00:00
alexvanin added this to the v0.28.0 milestone 2023-07-12 09:44:15 +00:00
dkirillov force-pushed feature/146-add_flag_to_check_content-encoding_in_chunked_payload from 8071536392 to 0bd3a1244d 2023-07-14 12:36:50 +00:00 Compare
ironbee approved these changes 2023-07-14 12:58:53 +00:00
alexvanin reviewed 2023-07-18 10:09:21 +00:00
cmd/s3-gw/app.go Outdated
@ -70,2 +70,4 @@
xmlDecoder *xml.DecoderProvider
maxClient maxClientsConfig
mu sync.RWMutex

Don't you think it is a bit weird to define mutex for single bypassContentEncodingInChunks? Other settings use embedded mutex e.g. placementPolicy.

Can we use atomic bool here instead?

Don't you think it is a bit weird to define mutex for single `bypassContentEncodingInChunks`? Other settings use embedded mutex e.g. `placementPolicy`. Can we use atomic bool here instead?
Poster
Collaborator

I'll fix it

I'll fix it
dkirillov force-pushed feature/146-add_flag_to_check_content-encoding_in_chunked_payload from 0bd3a1244d to 6091efed14 2023-07-18 10:30:15 +00:00 Compare
alexvanin approved these changes 2023-07-18 11:47:29 +00:00
dkirillov force-pushed feature/146-add_flag_to_check_content-encoding_in_chunked_payload from 6091efed14 to b59aa06637 2023-07-18 11:50:29 +00:00 Compare
alexvanin merged commit b59aa06637 into master 2023-07-18 12:02:38 +00:00
alexvanin deleted branch feature/146-add_flag_to_check_content-encoding_in_chunked_payload 2023-07-18 12:02:45 +00:00
Sign in to join this conversation.
There is no content yet.