feature/146-add_flag_to_check_content-encoding_in_chunked_payload #167
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#167
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/146-add_flag_to_check_content-encoding_in_chunked_payload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #146
8071536392
to0bd3a1244d
@ -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?
I'll fix it
0bd3a1244d
to6091efed14
6091efed14
tob59aa06637