mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00

A queue of pending outbound requests is kept. UnBind requests are NOT queued however. Abandon requests are not sent if a request is not outstanding. Cleaned up the code in result.c to avoid use of magic return values such as -1 and -2. Also removed some dead code and dead files. ltest (test.c) now supports SSL and async I/O options.