Opened 17 years ago
Closed 17 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 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r1800