Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
3.0.2
-
None
-
Redhat linux with plugin that wants to rename a header read from the client.
Description
TSMimeHdrFieldNameSet does not work for headers read from the client or origin server (but does work for headers added by traffic server)
The name appears set (and the function returns SUCCESS) but when the data is sent to the origin Server it is corrupted at the point where the header is set. i.e the header name is sent but the header is corrupted after this.
I am having to create a new header and copy the values and then destroy the original header which is not as efficient.