1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Common/Io
David Steele 9070325760 Improve performance of HTTPS client.
Buffering now takes the pending bytes on the socket into account (when present) rather than relying entirely on select(). In some instances the final bytes would not be flushed until the connection was closed.
2018-02-18 14:53:27 -05:00
..
Base.pm Replace dynamically built class hierarchies in I/O layer with fixed parent() calls. 2017-10-22 19:07:17 -04:00
Buffered.pm Improve performance of HTTPS client. 2018-02-18 14:53:27 -05:00
Filter.pm Add eof to S3 file driver (required for encryption support). 2017-11-06 12:40:54 -05:00
Handle.pm Add eof to S3 file driver (required for encryption support). 2017-11-06 12:40:54 -05:00
Process.pm Replace dynamically built class hierarchies in I/O layer with fixed parent() calls. 2017-10-22 19:07:17 -04:00