Follow up to this one: #25 where we replaced shutdown with a connection close header, seems like sometimes browsers don't properly send that back, causing the server to hang, I found a more solid server-side approach that the one we introduced before by listening to the finish event on the response and force closing the connections then from the server itself
Follow up to this one: #25 where we replaced shutdown with a connection close header, seems like sometimes browsers don't properly send that back, causing the server to hang, I found a more solid server-side approach that the one we introduced before by listening to the
finishevent on the response and force closing the connections then from the server itself