Wireshark-commits: [Wireshark-commits] master-2.6 1e6e42f: HTTP: fix in desegmentation of HEAD requ

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jun 2018 22:00:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e6e42f8a6da954e4a9b14b03d1fb30d81e00eca
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

1e6e42f by Erika Szelleova (szelleerika@xxxxxxxxx):

    HTTP: fix in desegmentation of HEAD requests and responses
    
    Previously HTTP message bodies following a HEAD request in the same conversation
    were not desegmented, resulting in spurious "Continuation" messages and failure
    to reassemble HTTP bodies. Fix this by properly taking the current HTTP message
    type (request or response) into account.
    
    Bug: 14793
    Change-Id: I1ffb052468cf414b73243447138466aca47db3e6
    Reviewed-on: https://code.wireshark.org/review/28312
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 69fc3d8f3a9cdf3cb82b897107da52abda2930d3)
    Reviewed-on: https://code.wireshark.org/review/28356
    

Actions performed:

    from  2d125c3   CMake+macOS: Allow the use of ENV{CMAKE_PREFIX_PATH}.
    adds  1e6e42f   HTTP: fix in desegmentation of HEAD requests and responses


Summary of changes:
 epan/dissectors/packet-http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)