Hello, and thank you for rolling up the 2.0.1 stable release. For the
next stable release, would you please consider including a fix for the
problem described in the email with Subject "SIPp 2.0 truncating last_via
by 1 character"? This is the problem that bit me first with the 2.0
release. I repeat again the patch posted here earlier, which fixed the
problem for me.
Best regards,
Ken Cox
--- call.cpp.orig 2007-05-02 17:28:48.336760000 -0500
+++ call.cpp 2007-05-08 23:53:58.001734000 -0500
@@ -1179,6 +1179,7 @@
((*dest == ' ') || (*dest == '\r')|| (*dest == '\t'))) {
*(dest--) = 0;
}
+ dest++;
dest += sprintf(dest, ",");
On Wed, 16 May 2007 05:41:10 -0400, Boulkroune, Olivier (Non-HP:Atos
Origin) <[EMAIL PROTECTED]> wrote:
> Hello,
>
>
> A new stable release, 2.0.1, is available on Sourceforge. It includes
> two bug fixes :
>
>
> Fix: ported r220 (double colon fix) from trunk - provided by Michael
> Hirschbichler
>
> Fix: replace %zu by %u for Content-length print - this brought problem
> on HP_UX
>
>
> The second bug prevented sipp to work properly on HP_UX.
>
>
> Best regards,
>
>
> Olivier Boulkroune
>
>
>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users