Get("Transfer-Encoding")) == "chunked" { return true } for _, v := range r.TransferEncoding { if 0 == strings.Compare(strings.ToLower(v), "chunked") { return true } } return false } // AuthZRequest authorized the request to the docker daemon using authZ plugins func (ctx *Ctx...
} I would rather call shouldCloseConnection and if that returns false we still must check for chunked transfer encoding. If no chunks are used *only then* we need to forcibly close the connection. Odi [EMAIL PROTECTED] wrote: Hi, up to now I used RC1 without problems. After switching to...