arrowhead-f/core-cpp
POPPY-0036: Limit content length for HTTP requests
Aperta
#38 aperta il 26 gen 2021
enhancementgood first issue
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.