06
Oct
How to Fix the Erlang “Received Unexpected TCP Data on #Port” Error When Using httpc:request
Recently, I was working on a small Erlang script to fetch the content of a web page using the built-in httpc module. Everything seemed ...