comparison src/ch/ethz/ssh2/channel/DynamicAcceptThread.java @ 328:459eb9b6b84e ganymed

pickup compression from trilead
author Carl Byington <carl@five-ten-sg.com>
date Thu, 31 Jul 2014 11:27:40 -0700
parents c41a399da303
children 1bf94d2bfafe
comparison
equal deleted inserted replaced
327:9a657362519c 328:459eb9b6b84e
280 } 280 }
281 281
282 /* 282 /*
283 * (non-Javadoc) 283 * (non-Javadoc)
284 * 284 *
285 * @see com.trilead.ssh2.channel.IChannelWorkerThread#stopWorking() 285 * @see ch.ethz.ssh2.channel.IChannelWorkerThread#stopWorking()
286 */ 286 */
287 public void stopWorking() { 287 public void stopWorking() {
288 try { 288 try {
289 /* This will lead to an IOException in the ss.accept() call */ 289 /* This will lead to an IOException in the ss.accept() call */
290 ss.close(); 290 ss.close();