Changeset 6852 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2014-02-14T16:08:08+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r6830 r6852 749 749 connection.setRequestProperty("Connection", "close"); 750 750 } 751 if (Main.isDebugEnabled()) { 752 try { 753 Main.debug("REQUEST: "+ connection.getRequestProperties()); 754 } catch (IllegalStateException e) { 755 Main.warn(e); 756 } 757 } 751 758 return connection; 752 759 }
Note: See TracChangeset
for help on using the changeset viewer.