ERROR: <core> [core/parser/msg_parser.c:748]: parse_msg(): ERROR: parse_msg: message=<GET /timer HTTP/0.9#012#012>
I think it was introduced by
...
skip: |
| | msg->unparsed=tmp; |
| | if(msg->headers==NULL) { |
| | /* nothing parsed - invalid input sip message */ |
| | goto error1; |
| | } |
…
Should’t thy be handled different already in parse_msg in msg_parser.c?
Thanks and regards
Markus