HttpHeaders: Small code refactorings

Also check BList::Add() for success when adding a BHttpHeader.
This commit is contained in:
Stephan Aßmus
2014-06-06 00:23:47 +02:00
parent 79852c5551
commit cb1a99c5f0
2 changed files with 18 additions and 20 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
private:
void _EraseData();
bool _AddOrDeleteHeader(BHttpHeader* header);
private:
BList fHeaderList;