[Sofia-sip-devel] [patch] Fixing error when matching the HTTP requests answers with the proper request.

2013-03-01 Thread Alexsander Petry
Fixing error when matching the HTTP requests answers with the proper request. Since the requests where inserted, not appended, when an answer is received the request that is retrieve is the wrong one. The symptom on the client side, when making two requests (without waiting for an answer before

Re: [Sofia-sip-devel] [patch] Fix crash in function nua_session_client_response of the file libsofia-sip-ua/nua/nua_session.c

2013-03-01 Thread Alexsander Petry
Michael, ds has declared at line 937: nua_dialog_state_t *ds = NULL; Its compile and run fine. 2013/3/1 Michael Jerris m...@jerris.com Looks like you commented out the declaration of ds. Does this compile? On Mar 1, 2013, at 9:38 AM, Alexsander Petry alexsanderpe...@gmail.com wrote: With

Re: [Sofia-sip-devel] [patch] Fix crash in function nua_session_client_response of the file libsofia-sip-ua/nua/nua_session.c

2013-03-01 Thread Michael Jerris
https://www.gitorious.org/sofia-sip/sofia-sip/commit/8cb7baaab77fc3af351262933f0ae113d591fba1 My eyes didn't see the declaration for some reason. Merged in the patch cleaned up a bit removing the commented out line. Thanks. On Mar 1, 2013, at 12:21 PM, Alexsander Petry