changeset 2612 | d7fb0809c7e4 |
parent 2 | 90ce3da70b43 |
child 2624 | 1ae5a9028dd4 |
2611:c22bf553c819 | 2612:d7fb0809c7e4 |
---|---|
50 this.chan = chan; |
50 this.chan = chan; |
51 is = rawInputStream; |
51 is = rawInputStream; |
52 os = rawout; |
52 os = rawout; |
53 do { |
53 do { |
54 startLine = readLine(); |
54 startLine = readLine(); |
55 if (startLine == null) { |
|
56 return; |
|
57 } |
|
55 /* skip blank lines */ |
58 /* skip blank lines */ |
56 } while (startLine.equals ("")); |
59 } while (startLine.equals ("")); |
57 } |
60 } |
58 |
61 |
59 |
62 |