Opened 17 years ago

Closed 17 years ago

#397 closed defect (fixed)

Bug with handling large SIP message body (thanks Helmut Wolf)

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

Description

In some cases, pjsip fails to detect large message body, which causes the body to be truncated in outgoing messages.

Change History (1)

comment:1 Changed 17 years ago by bennylp

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

Fixed in r1491:

  • removed generic_print_body() function in sip_parser.c and replaced it with pjsip_print_text_body().
Note: See TracTickets for help on using tickets.