79233715

Date: 2024-11-28 11:42:00
Score: 0.5
Natty:
Report link

In my case I had do add Connection: Close header before sending request to backend service:

val targetHeaders = HttpHeaders().apply {
                    put("Connection", mutableListOf("Close"))
                }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: westman379