mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix equlas
This commit is contained in:
@@ -381,7 +381,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
|
||||
return !httpVersion.equalsIgnoreCase(HTTP_1_0);
|
||||
}
|
||||
|
||||
return !"close".equalsIgnoreCase(connection);
|
||||
return false == "close".equalsIgnoreCase(connection);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user