Opened 16 years ago

Closed 16 years ago

#482 closed defect (fixed)

TCP keep-alive packets are corrupting SIP message (thanks Helmut Wolf)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.9.0
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

TCP keep-alives packets are not dropped by the stack, and although the parser should be able to cope with leading CRLF's, pjsip_find_msg() doesn't.

The transport layer should drop these leading CR-LF bytes before parsing is invoked.

Thanks Helmut Wolf for reporting this.

Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Done in r1800

Note: See TracTickets for help on using tickets.