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:
@@ -98,7 +98,6 @@ private:
|
||||
|
||||
// Request status
|
||||
|
||||
BHttpHeaders fOutputHeaders;
|
||||
BHttpResult fResult;
|
||||
|
||||
// Request state/events
|
||||
|
||||
Reference in New Issue
Block a user