[Sofia-sip-devel] tport.c: wait mask after connect

2007-01-26 Thread Roman Filonenko
Pekka, I have built libsofia-sip-ua/nth/http-client.c for Windows and launched it with the http://www.google.com parameter. The nth receives 302 response from the server, creates and sends a new request, but tport is not woken up for the subsequent response and eventually results in 408

[Sofia-sip-devel] refactored su_root_t internals

2007-01-26 Thread Pekka Pessi
Again some refactoring for su_root_t internals in darcs: API should stay the same, but if you run into any new problems, drop a note on list. -- Pekka.Pessi mail at nokia.com - Take Surveys. Earn Cash. Influence the Future

[Sofia-sip-devel] nua internals refactored

2007-01-26 Thread Pekka Pessi
Hello all, I just submitted a few patches to our darcs repo at http://sofia-sip.org/repos/sofia-sip/ that refactored the internal workings of nua. The NUA API is supposed to stay intact, but there may have been some mistakes. If you encounter any problems or if nua behaves in weird manner, please

[Sofia-sip-devel] system memory leak (win32 handle leak)

2007-01-26 Thread Maxim Zaikin
Hello, Some code for example int main() { su_home_t home[1] = { SU_HOME_INIT(home) }; su_home_threadsafe(home); su_home_deinit(home); return 0; } No process memory leak, but I have +2 (WIN32 HADNLE) in my system. su_home_threadsafe alloc memory for mutex

Re: [Sofia-sip-devel] system memory leak (win32 handle leak)

2007-01-26 Thread Pekka Pessi
On 1/26/07, Maxim Zaikin [EMAIL PROTECTED] wrote: Some code for example int main() { su_home_t home[1] = { SU_HOME_INIT(home) }; su_home_threadsafe(home); su_home_deinit(home); return 0; } No process memory leak, but I have +2 (WIN32 HADNLE) in my