mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
a1cce97050
* 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.