mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +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