We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dcf19 commit 54617e9Copy full SHA for 54617e9
lib/transport.js
@@ -29,7 +29,7 @@ function noop () {};
29
*/
30
31
function Transport (req) {
32
- this.readyState = 'opening';
+ this.readyState = 'open';
33
};
34
35
/**
0 commit comments