File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ class IOConnection implements IOCallback {
96
96
/** Custom Request headers used while handshaking */
97
97
private Properties headers ;
98
98
99
- /** Input buffer used for framing */
100
- private final StringBuilder inputBuffer = new StringBuilder ();
101
-
102
99
/**
103
100
* The first socket to be connected. the socket.io server does not send a
104
101
* connected response to this one.
Original file line number Diff line number Diff line change 9
9
package io .socket ;
10
10
11
11
import java .io .BufferedReader ;
12
- import java .io .BufferedWriter ;
13
- import java .io .DataOutputStream ;
14
12
import java .io .IOException ;
15
13
import java .io .InputStream ;
16
14
import java .io .InputStreamReader ;
17
15
import java .io .OutputStream ;
18
- import java .io .OutputStreamWriter ;
19
16
import java .net .HttpURLConnection ;
20
17
import java .net .MalformedURLException ;
21
18
import java .net .URL ;
You can’t perform that action at this time.
0 commit comments