Changeset 28961 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
- Timestamp:
- 2012-11-21T23:57:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r27034 r28961 111 111 while (cookied == false && retries > 0) { 112 112 urlConn = (HttpURLConnection)searchFormURL.openConnection(); 113 urlConn.setRequestProperty("Connection", "close"); 113 114 urlConn.setRequestMethod("GET"); 114 115 urlConn.connect();
Note:
See TracChangeset
for help on using the changeset viewer.
