Commit 319f2e2
committed
fix: check the type of the initial packet
Before this fix, the client could mark the polling transport as open
even though the handshake packet was not received properly (for
example, after a parsing error).
See also: socketio/engine.io-client@1c8cba8
Backported from 2b5dfb91 parent b1b7002 commit 319f2e2
File tree
1 file changed
+1
-1
lines changed- src/main/java/io/socket/engineio/client/transports
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments