arrowhead-f/core-cpp
POPPY-0036: Limit content length for HTTP requests
Ouverte
#38 ouverte le 26 janv. 2021
enhancementgood first issue
Métriques du dépôt
- Stars
- (1 étoile)
- Métriques de merge PR
- (Métriques PR en attente)
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.