aspnetcore/src
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
..
Common Don't capture AsyncLocals onto Timers (#2904) 2018-09-07 14:08:08 -07:00
Microsoft.AspNetCore.Http.Connections Cancel previous request on close (#2923) (#2942) 2018-09-11 15:50:00 -07:00
Microsoft.AspNetCore.Http.Connections.Client log when WebSocketTransport has started (#2752) 2018-08-10 09:49:17 -07:00
Microsoft.AspNetCore.Http.Connections.Common Detect ASP.NET SignalR server connection attempt (#2820) 2018-08-22 11:17:04 -07:00
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client
Microsoft.AspNetCore.SignalR.Client.Core
Microsoft.AspNetCore.SignalR.Common Improve the handshake request parsing errors (#2953) 2018-09-13 22:11:17 -07:00
Microsoft.AspNetCore.SignalR.Core
Microsoft.AspNetCore.SignalR.Protocols.Json
Microsoft.AspNetCore.SignalR.Protocols.MessagePack
Microsoft.AspNetCore.SignalR.Redis Add more redis logs (#2936) 2018-09-10 11:51:27 -07:00
Microsoft.AspNetCore.SignalR.Specification.Tests
Directory.Build.props