arrowhead-f/core-cpp

POPPY-0019: Number of headers in RequestParser/RequestBuffer

Open

#19 opened on Jan 4, 2021

 (0 comments) (0 reactions) (0 assignees)C (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide