News

This Java code has an infinite loop bug. The while loop condition is always true because x is incremented only after it's checked against 10. The loop never terminates.
I'm seeing, when I make a request in akka-http using https, the TLS actor appears to go in an infinite loop. I'm raising in Akka because the problem appears to be in Akka streams TLS support, not in ...