Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.4.14, 4.4.15
-
None
Description
We are using 4.4.14 of HttpCore NIO. We are having an issue while sending an HTTPS GET request to the server with a large payload where the CPU usage seems to increase and stays on forever. We debugged and found out that after the HTTPS response is written back to the client, the server tries to close the connection. We found out that the condition [1] which gets executed in order to make the state closed becomes false forever and hence it keeps on trying to close. It was observed that inPlain.hasData() is always true.
We have attached a sample POSTMAN request and a server in order to reproduce the issue.
Appreciate your help on this issue.
Thanks,
Sanoj
Attachments
Attachments
Issue Links
- duplicates
-
HTTPCORE-687 High CPU usage noticed for requests with newline characters
- Resolved
- is duplicated by
-
HTTPCORE-717 High CPU usage when client sends a request with invalid protocol
- Resolved