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

Remove bytecopy from GetBody #131

Merged
merged 1 commit into from
Mar 1, 2019
Merged

Commits on Mar 1, 2019

  1. Remove bytecopy from GetBody

    req.Body is already populated, and this, even on the first call, will write the payload again.
    
    Also adds a test guarding against the bug.
    
    Closes go-openapi#130
    
    Signed-off-by: Bret Comnes <[email protected]>
    bcomnes committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8399c68 View commit details
    Browse the repository at this point in the history