Hi,
I have few problems related with threading, as I am a beginner :
1) I have initialized su_root_create() function in my main() function, now
do I have to initialize it in callback function or every othe function to
send request or incoming request etc.. Or I have to just put
su_root_run(
Hi,
I have made a shorter version of my mail.
When I send a request to the server through my NTA client, I get the
response of the message(407 Unauthorized) in the callback. So, when the
callback function gets the 407 message it invokes authorize_ua() method. The
problem is I am not able to