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

Collect streaming request bodies #23

Merged
merged 1 commit into from Feb 6, 2023
Merged

Commits on Feb 6, 2023

  1. Collect streaming request bodies

    Fixes #22.
    
    Request bodies of a certain size come in streaming and the properties
    return `nil`. We should check this and perform a check similar to what
    Vapor's routing tools do internally:
    
    https://github.com/vapor/vapor/blob/1d53c99b6ede0131bb02305f0d62fb2c6c830f3b/Sources/Vapor/Routing/RoutesBuilder%2BMethod.swift#L152
    stephencelis committed Feb 6, 2023
    Copy the full SHA
    47fbfc4 View commit details
    Browse the repository at this point in the history