Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 074e104694c19ccdf97b75df27219a312aa67796
      
https://github.com/OpenSIPS/opensips/commit/074e104694c19ccdf97b75df27219a312aa67796
  Author: ionutrazvanionita <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M modules/proto_hep/proto_hep.c

  Log Message:
  -----------
  [proto_hep] fix handling tcp requests coming in multiple chunks

        This commit fixes 2 bugs:
        1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
        2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;

(cherry picked from commit 6c51756205e96cb2c22d781256aa7484cdb3ffa5)


_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to