swift-nio/Sources
OleG 58c983c049 Fix receiving message from websocket client (#472)
Motivation:

The http handler was not removed after the websocket upgrade and so a crash could happen as the handler assumes it received HTTP data.


Modification:

Remove httpHandler from pipeline

Result:

Fix receiving message from websocket client
2018-06-06 09:57:13 -07:00
..
CNIOAtomics don't use _Nonnull for clang 3.6 (#147) (#154) 2018-03-14 22:11:17 +09:00
CNIODarwin Correctly account for writes of all datagrams. (#431) 2018-05-23 17:48:10 +01:00
CNIOHTTPParser Add http-parser license and authors (#251) 2018-05-01 15:49:14 +01:00
CNIOLinux Explicitly define constants through Posix and import errno.h (#400) 2018-05-10 20:12:33 +02:00
CNIOSHA1 Add initial websocket codec. (#109) 2018-03-13 17:24:54 +01:00
CNIOZlib Add HTTP streaming compressor 2017-12-15 09:50:12 +00:00
NIO improve BlockingIOThreadPool docs (#461) 2018-06-03 10:58:27 +01:00
NIOChatClient Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOChatServer Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOConcurrencyHelpers Add support for compiling and running NIO on Raspberry Pi 32-bit (#383) 2018-05-04 17:13:13 +01:00
NIOEchoClient Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOEchoServer Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOFoundationCompat two missing @_inlineables (#360) 2018-04-26 18:32:21 +01:00
NIOHTTP1 Change initializer to public for HTTPRequestDecoder (#438) 2018-05-24 14:08:32 +01:00
NIOHTTP1Server Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOPerformanceTester Rename numThreads to numberOfThreads parameter. (#443) 2018-05-25 17:37:55 +02:00
NIOPriorityQueue fix some Swift 4.2 warnings (#374) 2018-05-01 16:04:44 +01:00
NIOTLS Prefer if case over switch 2018-03-19 14:45:32 +01:00
NIOWebSocket websockets: connection closed frame must be flushed 2018-05-21 16:05:17 +01:00
NIOWebSocketServer Fix receiving message from websocket client (#472) 2018-06-06 09:57:13 -07:00