mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 03:01:48 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user