changed: now we use curl to fetch a page from the special thread when winix quits

(before we were using BSD's fetch)
fixed:   we didn't use FCGX_Finish_r() on the request made from the special thread
         so the thread hangs (now we can use pthread_join correctly from the main thread)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@947 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-02-11 21:00:32 +00:00
parent 7fa9314c6b
commit 145445c713
3 changed files with 24 additions and 18 deletions

File diff suppressed because one or more lines are too long