Project

General

Profile

« Previous | Next » 

Revision 2661173a

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/service/TimestampingHttpInvokerRequestExecutor.java
59 59
        super(createDefaultHttpClient());
60 60
    }
61 61

  
62

  
63 62
    @Override
64 63
    protected HttpResponse executeHttpPost(HttpInvokerClientConfiguration config, HttpClient httpClient,
65 64
            HttpPost httpPost) throws IOException {
66 65

  
67

  
68 66
        setExecutionRequestClientTimestamp(httpPost.getURI());
69 67

  
70 68
        HttpResponse respone = super.executeHttpPost(config, httpClient, httpPost);
......
108 106
                .setConnectionReuseStrategy(new NoConnectionReuseStrategy()) // see #8812
109 107
                .build();
110 108
    }
111

  
112 109
}

Also available in: Unified diff