How to fix the Dropping Close since the SSL connection is already closing error in spray
as you said, To make sure this wasn’t the API’s server issue, I replicate the same query using Node.js (Express and Request libs) and it works every time. It makes me almost sure is a spray bug. your code in scala send requests with HTTP pipelining feature, do you send the requests with HTTP pipelining … Read more