mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
Fix StreamPeerGZIP::finish() internal buffer size usage
Fixes #97201 Instead of using and arbitrary fixed size for the internal buffer, the remaining available bytes of the internal `RingBuffer` is used. Also add unit tests for `StreamPeerGZIP`.
This commit is contained in:
committed by
Pablo Andres Fuente
parent
fdbf6ecc9f
commit
e2bef7041e
@@ -57,6 +57,7 @@
|
||||
#include "tests/core/io/test_resource_uid.h"
|
||||
#include "tests/core/io/test_stream_peer.h"
|
||||
#include "tests/core/io/test_stream_peer_buffer.h"
|
||||
#include "tests/core/io/test_stream_peer_gzip.h"
|
||||
#include "tests/core/io/test_tcp_server.h"
|
||||
#include "tests/core/io/test_udp_server.h"
|
||||
#include "tests/core/io/test_xml_parser.h"
|
||||
|
||||
Reference in New Issue
Block a user