Skip to content

Instantly share code, notes, and snippets.

@sbadame
sbadame / main.go
Created April 19, 2016 14:07
Reproduction for net/http: Response.Write has bogus Connection header after auto-ungzipped Content-Length response
package main
import (
"fmt"
"io/ioutil"
"log"
"net"
"net/http"
"net/http/httputil"
"os"