Skip to content

fix: typo err and grammar err #2758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Conversation

warjiang
Copy link
Contributor

@warjiang warjiang commented Mar 4, 2025

I'm trying to set proxy for single-side image proxy(only for src-image or dest-image, maybe you can combine these two proxy options) and find some err, fix it by the way

Copy link
Collaborator

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; can you also rebase to avoid the merge commit, please?

@@ -592,7 +592,7 @@ func (c *dockerClient) makeRequestToResolvedURL(ctx context.Context, method stri
// makeRequestToResolvedURLOnce creates and executes a http.Request with the specified parameters, adding authentication and TLS options for the Docker client.
// streamLen, if not -1, specifies the length of the data expected on stream.
// makeRequest should generally be preferred.
// Note that no exponential back off is performed when receiving an http 429 status code.
// Note that no exponential back off is performed when receiving a http 429 status code.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is actually (mostly considered to be) correct; Google finds https://www.pristineword.com/grammar-an-http/ .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The difference between an HTTP and a HTTP is really insteresting, I got it. Thanks for pointing that.

Signed-off-by: warjiang <1096409085@qq.com>
@warjiang
Copy link
Contributor Author

warjiang commented Mar 5, 2025

Thanks; can you also rebase to avoid the merge commit, please?

It already done~

Copy link
Collaborator

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mtrmac mtrmac merged commit 12497ef into containers:main Mar 6, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants