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 
(that's a Windows only issue).

The below patch fixes the problem:

{
hunk ./libsofia-sip-ua/tport/tport.c 2515
-  self->tp_events = SU_WAIT_IN | SU_WAIT_ERR;
+  self->tp_events = SU_WAIT_IN | SU_WAIT_ERR | SU_WAIT_HUP;
}


Roman

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to