arrowhead-f/core-cpp

POPPY-0019: Number of headers in RequestParser/RequestBuffer

Ouverte

#19 ouverte le 4 janv. 2021

 (0 commentaire) (0 réaction) (0 personne assignée)C (0 fork)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur