We create new string objects for all the headers. This is just stupid, we should have a list of builtin header names which are reused. A dynamic cache may be too much though (as it would need to be synchronised).
We create new string objects for all the headers. This is just stupid, we should have a list of builtin header names which are reused.
A dynamic cache may be too much though (as it would need to be synchronised).