fix #228
This commit is contained in:
parent
358f7c256c
commit
7bc7fc7c58
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ public class FessS2RobotThread extends S2RobotThread {
|
|||
responseData.setParentUrl(urlQueue.getParentUrl());
|
||||
responseData.setSessionId(robotContext.getSessionId());
|
||||
responseData
|
||||
.setStatus(org.codelibs.robot.Constants.NOT_MODIFIED_STATUS);
|
||||
.setHttpStatusCode(org.codelibs.robot.Constants.NOT_MODIFIED_STATUS);
|
||||
processResponse(urlQueue, responseData);
|
||||
|
||||
storeChildUrlsToQueue(urlQueue,
|
||||
|
|
Loading…
Add table
Reference in a new issue