-
For the on_incoming_headers function:
is it required to make a copy of each header to be used at the application level? Or is there some guarantee that the headers will stay alive for the life of the connection? I know the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The headers must be copied. There is no guarantee they will stay alive beyond this callback. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
The headers must be copied. There is no guarantee they will stay alive beyond this callback.