Wireshark-commits: [Wireshark-commits] master-2.2 f6ed44c: HTTP: fix in desegmentation of HEAD requ

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

Commits:

f6ed44c 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/28358
    

Actions performed:

    from  7b9dcc8   [Automatic update for 2018-06-17]
    adds  f6ed44c   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(-)