Changeset 5324 in josm
- Timestamp:
- 2012-07-11T19:05:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmServerReader.java
r5317 r5324 64 64 try { 65 65 activeConnection = (HttpURLConnection)url.openConnection(); 66 // fix #7640, see http://www.tikalk.com/java/forums/httpurlconnection-disable-keep-alive 67 activeConnection.setRequestProperty("Connection", "close"); 66 68 } catch(Exception e) { 67 69 throw new OsmTransferException(tr("Failed to open connection to API {0}.", url.toExternalForm()), e);
Note:
See TracChangeset
for help on using the changeset viewer.