Skip to content

Commit 49ccb10

Browse files
committed
Update to latest changes in css4j
1 parent 8873f24 commit 49ccb10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/io/sf/carte/doc/dom4j/DOM4JUserAgent.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,9 @@ public XHTMLDocument readURL(URL url) throws IOException, io.sf.carte.doc.Docume
144144
if (referrerPolicy != null) {
145145
xdoc.setReferrerPolicyHeader(referrerPolicy);
146146
}
147-
// Read cookies and close connection, if appropriate
147+
// Close connection if appropriate
148148
if (con instanceof HttpURLConnection) {
149149
HttpURLConnection hcon = (HttpURLConnection) con;
150-
readCookies(hcon, time);
151150
hcon.disconnect();
152151
}
153152
return xdoc;

0 commit comments

Comments
 (0)