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

Pass go request content by val not ref #3834

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

rkodev
Copy link
Contributor

@rkodev rkodev commented Nov 29, 2023

Fixes #3830

Passes "requestContent" param by val instead of by ref.

@rkodev rkodev requested a review from a team as a code owner November 29, 2023 09:51
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@rkodev rkodev merged commit c0bb8bc into main Nov 29, 2023
174 checks passed
@rkodev rkodev deleted the fix/go-request-content-var branch November 29, 2023 11:08
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.

Passing contentType by reference instead of by Value for Go StreamContent
2 participants