arrowhead-f/core-cpp

POPPY-0019: Number of headers in RequestParser/RequestBuffer

Aberta

#19 aberto em 4 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

In request parser we should allocate the memory for a common number of HTTP request headers. In this way we could avoid the frequent reallocation of those headers.

Guia do colaborador