Skip to content

Commit 06c20c3

Browse files
committed
Pull out the http.keepAlive option... We don't need it anymore.
1 parent f4c9003 commit 06c20c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/org/epics/archiverappliance/config/DefaultConfigService.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ public void initialize(ServletContext sce) throws ConfigException {
200200
String contextPath = sce.getContextPath();
201201
logger.info("DefaultConfigService was created with a servlet context " + contextPath);
202202

203-
// http://stackoverflow.com/questions/4767553/safe-use-of-httpurlconnection
204-
System.setProperty("http.keepAlive","false");
205-
206203
try {
207204
String pathToVersionTxt = sce.getRealPath("ui/comm/version.txt");
208205
logger.debug("The full path to the version.txt is " + pathToVersionTxt);

0 commit comments

Comments
 (0)