aspnetcore/test/Common
David Fowler 6c22f25818
Client pipelines (#1435)
- Reworked the Client to be based on pipelines instead of Channels
- SendAsync no longer fails if the http request itself fails but the connection is closed as a result.
- Updated tests
- Base64Encoder needed to support multiple messages in the same span of data
2018-02-12 22:27:43 -08:00
..
ChannelExtensions.cs React to CoreFxLab packages (#998) 2017-11-13 15:05:35 -08:00
ServerFixture.cs [Redis] Add functional test support (#1051) 2017-11-14 09:32:14 -08:00
TaskExtensions.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TestClient.cs Implement #1156 by having the server send Ping messages (#1161) 2017-12-04 14:43:27 -08:00
TestHelpers.cs