working commit

This commit is contained in:
2026-03-05 21:02:34 +02:00
parent 7ce2673bc3
commit b9f1f384fb
7 changed files with 250 additions and 9 deletions
-2
View File
@@ -28,8 +28,6 @@ func (cli *Client) GetUpload(ctx context.Context, rawrepo string) (string, error
}
defer resp.Body.Close()
fmt.Printf("=== %++v\n", resp.Header)
if resp.StatusCode != http.StatusAccepted {
err := fmt.Errorf("Unxected response code %s", resp.Status)
return loc, err