Maxim Valyanskiy
Maxim Valyanskiy
We found that several threads in our application stuck in infinite loop in TLSActor. It happens without any active TCP connection (all connections was closed more than 10 minutes ago)....
JSON in HTTP are always encoded in UTF-8. Responses are parsed correctly when server writes content type header like `application/json; charset=utf-8`. However, many servers (like Play framework itself) uses `application/json`...
After this issue is done it should be possible to solve: - [ ] #10700 --- ### Play Version (2.5.x / etc) 2.6.0-RC1 ### API (Scala / Java / Neither...