Wireshark-commits: [Wireshark-commits] master e36f987: http: case-insensitive custom headers match

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Nov 2015 06:03:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e36f987c51e6b6e35160ef8995dd1570dc6011fd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e36f987 by Peter Wu (peter@xxxxxxxxxxxxx):

    http: case-insensitive custom headers match
    
    Header names are typically not case-sensitive (like X-Powered-By).
    Become consistent with headers such as User-Agent and match custom
    headers case-insensitively.
    
    Change-Id: Icde2dc32b5020cc8c68d631667c7c79dfc58435a
    Reviewed-on: https://code.wireshark.org/review/11965
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9fad599   merge: fix parameter 'in_files/in_count_files' not found in the function declaration [-Wdocumentation]
    adds  e36f987   http: case-insensitive custom headers match


Summary of changes:
 epan/dissectors/packet-http.c |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)