GitHub user shukitchan opened a pull request:

    https://github.com/apache/trafficserver/pull/697

    TS-4510: support multiple header with same name

    Currently ts_lua plugin does not handle well when the request or response 
contains multiple header with the same name. 
    
    We either retrieve the last value of first value of these headers and when 
we set new value to the header, we only change the first one and leave the rest 
there still.
    
    @jpeach , pls help to take a look. I think I can refactor later on to 
reduce the amount of copy-paste but I think I should do that in a separate 
exercise with broader scope. Thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shukitchan/trafficserver multi-value-header

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/697.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #697
    
----
commit 19cd6a1feb214d9b076947e44e51788671d500d9
Author: Kit Chan <kic...@apache.org>
Date:   2016-06-07T01:21:48Z

    support multiple header with same name

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to