Bryan Roe
|
6afb6e5316
|
1. Modified, so if connection: close is specified, it won't try to reuse the socket
2. Added 'generateNonce' helper method
|
2019-02-08 15:23:10 -08:00 |
|
Bryan Roe
|
305f04ad2e
|
Updated behavior, so if a websocket write occurs on a non microstack thread, and it needs to merge buffers, it will allocate off the heap instead of the stack, to prevent a stack overflow if a very large amount of data is passed in.
|
2019-01-29 17:14:44 -08:00 |
|
Bryan Roe
|
d39dcd0aa1
|
Fixed uncaught exception that can happen if you pause a stream with no upstream piped object.
|
2019-01-16 15:48:57 -08:00 |
|
Bryan Roe
|
979101863c
|
Fixed bug where IncomingMessage wasn't a readable stream in 'request' emitter
Fixed edge case where Agent.keepSocketAlive wasn't always getting called
|
2019-01-11 13:45:43 -08:00 |
|
Ylian Saint-Hilaire
|
3c80473a94
|
Major agent update.
|
2018-09-05 11:01:17 -07:00 |
|
Ylian Saint-Hilaire
|
4b5c77b4fd
|
Many improvements.
|
2018-02-11 21:11:58 -08:00 |
|
Ylian Saint-Hilaire
|
508646044e
|
Much improved, better stability, lots of fixes
|
2018-01-12 11:50:04 -08:00 |
|