Skip to content
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

fix: change DownloadLimit to correct type (int) #119

Merged
merged 2 commits into from
Nov 21, 2023
Merged

fix: change DownloadLimit to correct type (int) #119

merged 2 commits into from
Nov 21, 2023

Conversation

AaronVickers
Copy link
Contributor

HTTP Server test attribute DownloadLimit was set to string, it should be int.

Fixes #82

shahid-te
shahid-te previously approved these changes Nov 21, 2023
@shahid-te
Copy link
Collaborator

Looks good. Only minor suggestion is to consider adding/updating a test in http_server_test.go

http_server.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@brumarqu-te brumarqu-te left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for contributing 😃

@shahid-te shahid-te merged commit 598ab18 into thousandeyes:main Nov 21, 2023
1 check 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.

DownloadLimit should be int
5 participants