Changeset 847


Ignore:
Timestamp:
02/05/14 16:16:12 (10 years ago)
Author:
jts21
Message:

Close the output stream when finished requesting files so the other end of the connection won't keep waiting on more requests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/network/ImageSaver.java

    r846 r847  
    8383                                        }
    8484                                }
     85                                // close the output stream since we won't be sending anything more
     86                                this.socket.shutdownOutput();
    8587                                // get the files
    8688                                for(Integer i : wantFiles) {
Note: See TracChangeset for help on using the changeset viewer.