Rename PATCH Race-Free: header to Atomic:.

Neither of these names is self-explanatory, and it is better to have
fewer distinct identifiers for the same concept.
This commit is contained in:
Catherine
2025-12-04 16:50:35 +00:00
parent 1c017020c1
commit f59830ae20
3 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ func patchRequest(n int) int {
panic(err)
}
req.Header.Add("Race-Free", "no")
req.Header.Add("Atomic", "no")
req.Header.Add("Content-Type", "application/x-tar")
resp, err := http.DefaultClient.Do(req)
if err != nil {