aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal/Protocol
David Fowler 48b3f18642
Improve the handshake request parsing errors (#2953)
- Print out the raw handshake payload as utf8 text if it fails to parse as JSON or if we're missing properties. This should help flesh out potentially buggy clients.
2018-09-13 22:11:17 -07:00
..
CompositeTestBinder.cs
CustomObject.cs
HandshakeProtocolTests.cs Improve the handshake request parsing errors (#2953) 2018-09-13 22:11:17 -07:00
HubMessageHelpers.cs
JsonHubProtocolTests.cs Fix not reading to end of argument JSON on binding error (#2319) 2018-05-19 19:50:43 +12:00
MemoryBufferWriterTests.cs Upgrade to netcoreapp2.2 and remove netcoreapp2.0 testing (#2221) 2018-05-09 09:59:02 -07:00
MessagePackHubProtocolTests.cs Fix #1989 by adding a 'binding failure' pseudo-message (#2064) 2018-04-17 20:08:07 -07:00
TestBinder.cs
TestHubMessageEqualityComparer.cs
Utf8BufferTextReaderTests.cs
Utf8BufferTextWriterTests.cs Test combining multi-byte character writes with individual chars (#2238) 2018-05-10 17:38:19 -07:00