Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 GO-2023-2382 GO-2023-2382: Denial of service via chunk extensions in net/http Changes in this version + var ErrLineTooLong = errors.New("header line too long") + func NewChunkedReader(r io.Reader) io.Reader + func NewChunkedWriter(w io.Writer) io.WriteCloser + type FlushAfterChunkWriter struct