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
Guillermo Rauch
b79830edd7
Merge pull request #348 from nkzawa/patch-7
...
Fix polling transports and add tests for closing transports
2015-11-18 10:41:15 -08:00
nkzawa
ce835c3b22
renew certs to extend expiration date
2015-11-19 02:46:44 +09:00
nkzawa
d74b3c7277
Merge branch 'master' into patch-7
2015-09-30 02:36:25 +09:00
nkzawa
bb286d810f
fix tests fail on node 4.0
2015-09-11 05:19:42 +09: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
Tony Kovanen
c89b085556
Add iframe onload handling to jsonp tests.
...
`onload` handling required for the `drain` event to fire. We need this
for some tests that look at socket closing.
2014-10-05 02:11:23 +03:00
Dainis Tillers
c998d68631
Merge branch '1.1.1_newline_escape_fix' into newline_escape_fix
2014-06-13 15:06:45 +03:00
Dainis Tillers
de0b4a9d4a
Fixed - previously any json message which contained a newline would fail to parse as it would replace escaped newline incorrectly
2014-06-13 15:03:46 +03:00
Guillermo Rauch
2ec3d89d4b
Merge pull request #213 from defunctzombie/server_attach
...
add Server.attach method
2014-06-04 11:16:57 -07:00
Roman Shtylman
48f006f947
make require('engine.io')() return a new Server instance
...
fixes #212
2014-06-04 13:45:48 -04:00
Roman Shtylman
cb2b80afd9
remove lib/index.js
...
Needless level of indirection which blocks actually reading the
important parts of the code.
2014-06-04 13:45:47 -04: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