Skip to content

TCP Connection Stream interface#1231

Merged
fwsGonzo merged 2 commits intoincludeos:devfrom
AndreasAakesson:dev
Mar 13, 2017
Merged

TCP Connection Stream interface#1231
fwsGonzo merged 2 commits intoincludeos:devfrom
AndreasAakesson:dev

Conversation

@AndreasAakesson
Copy link
Copy Markdown
Contributor

A Connection::Stream can now be constructed with a tcp::Connection_ptr. This exposes only the most important functionality of a TCP Connection and is overridable (virtual). The idea is to have other "extension" of a TCP Connection inherit and override the Stream interface, and by that support secure connections.

I also made HTTP able to support HTTPS (TLS) connections by replacing Connection with Stream.

@fwsGonzo fwsGonzo merged commit 04f8b2f into includeos:dev Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants