Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Add max_document_size checking for multipart PUT requests #201

Merged
merged 1 commit into from
Oct 6, 2016

Commits on Oct 4, 2016

  1. Add max_document_size checking for multipart PUT requests

    Previously multipart/related PUT requests didn't check maximum request sizes.
    
    This commit checks content-length and compares that with the maximum.
    
    This means keeping the current "semantics" of max_document_size which actually
    means "max request size". But this makes the check more efficient and can
    be done earlier in request processing time.
    
    Jira: COUCHDB-3174
    nickva committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    7dec013 View commit details
    Browse the repository at this point in the history