aspnetcore/test/Microsoft.AspNetCore.Socket.../Internal/Formatters
moozzyk 82f99a1424 Work around for a Firefox bug
Firefox won't fire EventSource open event until it receives some data. The workaround is to send an empty comment when starting ServerSentEvent transport.

Fixes: #352
2017-04-27 10:34:47 -07:00
..
BinaryMessageFormatterTests.cs
BinaryMessageParserTests.cs
ServerSentEventsMessageFormatterTests.cs
ServerSentEventsParserTests.cs Work around for a Firefox bug 2017-04-27 10:34:47 -07:00
TextMessageFormatterTests.cs
TextMessageParserTests.cs