arrowhead-f/core-cpp

POPPY-0036: Limit content length for HTTP requests

Aberta

#38 aberto em 26 de jan. de 2021

 (0 comentário) (0 reação) (0 responsável)C (0 fork)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (1 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador