Olivier, what about the truncated [last_via] bug that's been reported quite a 
few times?


--- 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, ",");



> 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
> 
>  
> 
>  
> 
> -------------------------------------------------------------------------
> 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

-------------------------------------------------------------------------
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

Reply via email to