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

Added HTTP/2 Support #3

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Added HTTP/2 Support #3

merged 4 commits into from
Oct 17, 2024

Conversation

dr4g0n369
Copy link

@dr4g0n369 dr4g0n369 commented Oct 10, 2024

I made slight changes in your code in order to implement HTTP/2, please let me know if these are no problem:

  • Changed hc to c.ClientInterface
  • Removed hc argument in function trunner.RunApiTests

Here is a screenshot of the test I ran to check the request was HTTP/2
Screenshot (3)

Please let me know if any changes are required
#2

cmd/offat/main.go Outdated Show resolved Hide resolved
cmd/offat/main.go Outdated Show resolved Hide resolved
cmd/offat/main.go Outdated Show resolved Hide resolved
cmd/offat/main.go Outdated Show resolved Hide resolved
pkg/http/http2.go Outdated Show resolved Hide resolved
@dr4g0n369
Copy link
Author

I have made the changes. Please check them to see if they are fine.

Thank you

@dmdhrumilmistry
Copy link
Contributor

I have made the changes. Please check them to see if they are fine.

Thank you

Thanks for contributing to the project, I'll re-review it once again whenever I get time.

Copy link
Contributor

@dmdhrumilmistry dmdhrumilmistry left a comment

Choose a reason for hiding this comment

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

can you make necessary changes? I'll approve and merge the PR

pkg/http/http_test.go Outdated Show resolved Hide resolved
@dmdhrumilmistry dmdhrumilmistry added the enhancement New feature or request label Oct 17, 2024
@dmdhrumilmistry dmdhrumilmistry merged commit 3150c4f into owasp-offat:main Oct 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants