arrowhead-f/core-cpp

POPPY-0036: Limit content length for HTTP requests

Open

#38 opened on Jan 26, 2021

 (0 comments) (0 reactions) (0 assignees)C (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

HTTP request's content length can be arbitrary long, currently. This should be changed: limit the length in 1 MByte. This should be done for chunked content, too.

Contributor guide