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
MessagePackHubProtocolTests.cs
TestBinder.cs
TestHubMessageEqualityComparer.cs
Utf8BufferTextReaderTests.cs
Utf8BufferTextWriterTests.cs