The version of the golang which I am using is 1.12.9 with WIn10. Now I'm trying to write a web browser.
Here are the
code and the
html. I want to download the data and display the result in the browser.
However, there is an error about "http: wrote more than the declared Content-Length".
Can anyone suggest how to fix the code?
Any help is appreciated.
Thank you very much!
Max