Segmentation Fault Fixes

2003-07-24 Thread Jared Odulio
Hi, Do i need to check out anew from the CVS repository to get the latest update or I just have to update my existing Kannel code? I am still having segmentation fault problems while testing fakesmsc. Thanks, Jared signature.asc Description: This is a digitally signed message part

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Aarno Syvänen
wap push is a normal binary sm, so wapbox has concatenation max-messages parameter. But defaults are 10 segments message, so you do not normally need these parameters. Aarno On Thursday, July 24, 2003, at 12:26 AM, Bruno Rodrigues wrote: Bruno Rodrigues [EMAIL PROTECTED] wrote: I should have

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Stipe Tolj
Bruno Rodrigues wrote: I should have asked for comments before, but I'm really work-free now and I'd like to implement stuff as fast as I can, even if there's momentary cvs versions with major bugs. If you can, please test cvs versions as hardly as you can and report everything you find

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Bruno Rodrigues
Aarno Syvänen [EMAIL PROTECTED] wrote: wap push is a normal binary sm, so wapbox has concatenation max-messages parameter. But defaults are 10 segments message, so you do not normally need these parameters. Then plese either add it to documentation or add a comment to code like this is not

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Bruno Rodrigues
Stipe Tolj [EMAIL PROTECTED] wrote: Bruno Rodrigues wrote: 2003.07.07 - header packing implemented I've implemented this feature to aggregate similar headers because some devices I have sends so many headers that if we send one header per value, I get too many headers, if I aggregate them

Re: wap push si/sl

2003-07-24 Thread Bruno Rodrigues
Alex Judd [EMAIL PROTECTED] wrote: Bruno Is there an issue with contrib/web/form.php? Running it here from the nightly snapshot it gives Warning: Variable passed to each() is not an array or object in /.../form.php on line 294 no changes in that code in cvs. 294 uses an array with a

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Stipe Tolj
Bruno Rodrigues wrote: I don't think it's a HTTP server problem. I have devices that sends way too many headers (more than 30 accepts if I remember) and a Cisco alteon alike just dropped my connection with those many headers. I guess what we are doing now is the right thing. ;) hmmm, yeah