Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@mint @p @graf @w
>I created an eleven megabyte file that would fill those ten gigabytes in seconds.
>The response body is limited to 8MB
Pretty sure someone could do it with less than 8 megabytes, so I am FORCED to ANNOUNCE:
This an EXPLOIT marked SEVERE
Apply my patch now or your whole system will CRASH, you are putting your user's (digital) LIVES at RISK.
tr := &http.Transport{
DisableCompression: true,
}
client := &http.Client{Transport: tr}