We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fdf68 commit 86813f5Copy full SHA for 86813f5
src/main/java/org/wltea/analyzer/dic/Monitor.java
@@ -62,7 +62,7 @@ public void run() {
62
response = httpclient.execute(head);
63
64
//返回200 才做操作
65
- if(response.getStatusLine().getStatusCode()==200 || response.getStatusLine().getStatusCode()==304){
+ if(response.getStatusLine().getStatusCode()==200){
66
67
if (!response.getLastHeader("Last-Modified").getValue().equalsIgnoreCase(last_modified)
68
||!response.getLastHeader("ETag").getValue().equalsIgnoreCase(eTags)) {
0 commit comments