Various fixes to Services Kit

* Remove useless dummy protocol loop in UrlRequest
 * Stop HTTP requests before deleting the socket and other things the
loop may still be using
 * Deletion of items from the authentication map wasn't working
 * Remove some debug traces
This commit is contained in:
Adrien Destugues
2013-11-15 16:32:18 +01:00
parent d34a680c04
commit 564e256649
5 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
protected:
static int32 _ThreadEntry(void* arg);
virtual status_t _ProtocolLoop();
virtual status_t _ProtocolLoop() = 0;
virtual void _EmitDebug(BUrlProtocolDebugMessage type,
const char* format, ...);
protected: