Wireshark-commits: [Wireshark-commits] master 69fc3d8: HTTP: fix in desegmentation of HEAD requests

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

Commits:

69fc3d8 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>
    

Actions performed:

    from  c1e5733   travis: remove unnecessary qt5 in PATH for macOS
    adds  69fc3d8   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(-)