mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Split session functionality of SocketClient out into SocketSession.
This abstraction allows the session code to be shared between the socket client and (upcoming) server code. There should no difference in how the code works -- only the organization has changed. Note that no changes to the tests were required. This same abstraction will be required for TlsClient but that will be done in a separate commit because it requires test changes.
This commit is contained in:
@@ -246,6 +246,7 @@ unit:
|
||||
common/io/tls/client: full
|
||||
common/io/socket/client: full
|
||||
common/io/socket/common: full
|
||||
common/io/socket/session: full
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------------------------------
|
||||
- name: io-http
|
||||
|
||||
Reference in New Issue
Block a user