Wireshark-commits: [Wireshark-commits] master 10358a2: HTTP: Fix full_uri when using a Proxy

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Feb 2016 13:16:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10358a2f14a69fbbf0e3042429399e4934a79674
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

10358a2 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    HTTP: Fix full_uri when using a Proxy
    
    When the HTTP request is transmitted to a Proxy the URI is already
    a "full URI".
    
    Bug was reported by Thomas Baudelet.
    
    Bug: 12176
    Change-Id: I83f6bdef6fa96233792c6bbe54caad38df0f5fb6
    Reviewed-on: https://code.wireshark.org/review/14142
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7bd6bae   Update README.plugins to remove deprecated nmake references
    adds  10358a2   HTTP: Fix full_uri when using a Proxy


Summary of changes:
 epan/dissectors/packet-http.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)