HttpRequest: more small fixes and cleanups

* Remove unneeded field fOutputHeaders and convert it to a local for the
only method that uses it,
* Don't return EOVERFLOW when flushing data from ZLib (the ZLib
decompressor returns this, but zlib docs states that this is NOT an
error condition).
* Replace unneeded temporary BNetBuffer of fixed size with BStackOrHeapArray.
This commit is contained in:
Adrien Destugues
2014-07-28 15:02:17 +02:00
parent 4359643ed4
commit a1cce97050
2 changed files with 29 additions and 23 deletions
-1
View File
@@ -98,7 +98,6 @@ private:
// Request status
BHttpHeaders fOutputHeaders;
BHttpResult fResult;
// Request state/events