maxHttpContentLength top-level constant

int const maxHttpContentLength

Maximum HTTP content size (10MB).

Implementation

const maxHttpContentLength = 10 * 1024 * 1024;