nkzawa
b56603169a
add threshold for permessage-deflate
2015-12-01 14:21:53 +09:00
Damien Arrachequesne
cf9b0298a1
Add hasOwnProperty checks
2015-11-23 15:13:19 +01:00
Guillermo Rauch
057f32d195
Merge pull request #318 from amiuhle/cookie-path
...
Cookie path
2015-11-21 10:47:26 -08:00
nkzawa
66d85e4a5c
add tests for closing transports
2015-09-09 03:55:32 +09:00
Naoyuki Kanezawa
79a001d2e0
Merge pull request #337 from fmm/patch-1
...
Update server.js
2015-09-02 01:52:11 +09:00
nkzawa
ba7226f377
fix unstable tests
2015-08-30 04:00:44 +09:00
Filipe Martins
fd89de6232
Update server.js
...
Fixes index iteration on Int32Array type.
2015-08-10 16:48:22 -03:00
Guillermo Rauch
f3226b1ddf
Merge branch '1.5.2-patch'
2015-07-09 09:16:12 -07:00
Guillermo Rauch
f002d5b4db
server: fix test
2015-07-09 09:14:48 -07:00
Guillermo Rauch
2807a2c34d
server: make error test pass consistently
2015-07-08 10:24:37 -07:00
Guillermo Rauch
c40039360b
test/server: remove callbackBuffer assertions
2015-05-27 12:55:53 -07:00
Guillermo Rauch
e7633370f3
server: remove assertion founded solely on a race condition (╯°□°)╯︵ ┻━┻
2015-05-27 12:45:31 -07:00
zensh
df4331dd1a
support custom socket id
2015-05-08 10:24:32 +08:00
Adriano Raiano
299ec66d0b
fixing test
2015-04-10 21:40:51 +02:00
Adriano Raiano
85a87c3d51
added test case for https://github.com/Automattic/engine.io-client/pull/379
2015-04-10 21:40:51 +02:00
Timo Uhlmann
0c28be9ba5
Test & doc for cookiePath
2015-04-03 15:05:56 +02:00
Naoyuki Kanezawa
99b709cadc
Merge branch 'master' into compression
...
Conflicts:
package.json
2015-01-22 03:52:22 +09:00
Naoyuki Kanezawa
d11e17c8d7
support compression
2015-01-06 02:11:39 +09:00
Luigi Pinca
9526e0d27f
polling: correctly abort the ongoing data request when closing transport
2015-01-03 21:13:43 +01:00
Tony Kovanen
0a100b0054
Additional SSL tests.
2014-11-24 04:56:44 -03:00
Tony Kovanen
b55a0e71b5
Add cert tests.
2014-11-24 04:56:08 -03:00
Luigi Pinca
e754f7eb23
socket: flush the write buffer before closing the socket ( fixes #293 )
2014-10-25 22:04:16 +02:00
Mark Mokryn
b98406a678
fix GH-211, set CORS headers when sending error message
2014-06-04 03:21:11 +03:00
Guillermo Rauch
0eca5e5d46
shishishishishi
2014-05-22 01:45:21 -07:00
Guillermo Rauch
10261c5211
removed flashsocket, moving to userland
2014-05-17 15:24:40 -07:00
Guillermo Rauch
361053c30b
further reduce
2014-05-14 11:34:13 -07:00
Guillermo Rauch
b5a311e2d1
test: reduce packet size
2014-05-14 10:45:20 -07:00
Tony Kovanen
83caa815cd
Removed an old test that checked the ws api works (which is now removed) and fixed a global leak in JSONP tests
2014-04-11 21:09:24 +03:00
Contra
1ebc286af4
use _query instead of query, fixes compat with restify
2014-04-03 18:03:16 -07:00
Tony Kovanen
f8100f9237
Added a maximum buffer size to received data from polling. Settable with the maxHttpBufferSize option
2014-03-26 21:19:54 +02:00
Guillermo Rauch
b0e5527513
style
2014-03-06 11:32:24 -08:00
Guillermo Rauch
ab4ea948cc
Merge pull request #218 from rase-/add/binary-support
...
Binary support
2014-02-18 17:28:57 -08:00
Tony Kovanen
8cd37f0839
Style
2014-02-15 09:15:12 +02:00
Guillermo Rauch
9cde1b367c
Merge pull request #214 from mokesmokes/closetest
...
add tests for https://github.com/LearnBoost/engine.io-client/issues/207
2014-02-09 08:46:09 -08:00
Nick LaGrow
468ca23339
Merge branch 'master' of https://github.com/LearnBoost/engine.io into upgrade
2014-02-08 12:11:35 -08:00
Nick LaGrow
17143bde09
Deny upgrade when proxy doesn't support websocket
...
Some proxies - such as nginx and squid - don't support websocket. The client attempting to upgrade its transport caused the engine.io connection to break (see GH-177). THe server now checks within handleRequest to see if the transport has changed without an upgrade request - if this is the case, the upgrade request is denied (defaults to polling) and the connection is maintained
2014-02-08 12:10:47 -08:00
Guillermo Rauch
aa0527fe54
Merge pull request #216 from mokesmokes/reqfix
...
fix Socket.request for upgraded sockets
2014-02-03 07:25:54 -08:00
Mark Mokryn
3b8d7863b8
Socket.request made a nonwritable Socket property set in constructor
2014-02-03 13:32:59 +02:00
Mark Mokryn
9bf3119cf4
adding tests for engine.io-client #207 , PR #239
2014-02-03 00:31:44 +02:00
Mark Mokryn
1cbca8684b
added upgrade event timing test
2014-02-02 02:16:00 +02:00
Tony Kovanen
dbe140c117
Binary support
2014-02-01 01:20:51 +02:00
Guillermo Rauch
8ede274e05
test: fix syntax, remove globals
2014-01-05 19:16:15 -03:00
Mark Mokryn
38f2dd151d
test updated
2013-10-31 14:58:53 +02:00
Mark Mokryn
2f0306d1f3
test added
2013-10-30 21:22:15 +02:00
Guillermo Rauch
7d32f9c14c
Release 0.6.2
2013-06-15 16:38:24 -07:00
Guillermo Rauch
b07f1151e2
Merge pull request #161 from jphire/master
...
fix/#156 add test for calling socket.close() in payload
2013-05-27 08:53:20 -07:00
Malcom Gilbert
365aaaa6cc
Merge remote branch 'upstream/master' into bug-159-fix
2013-04-03 15:56:46 -04:00
Malcom Gilbert
51ede1ec38
adding test for faulty websocket request
2013-03-24 18:21:55 -04:00
Janne Laukkanen
9bac4635ed
fix/156 add payload socket.close() test
2013-03-22 19:37:39 +02:00
albertyfwu
6dd979cc13
remove from tests
2013-03-19 12:12:32 -04:00