Remove unused field

This commit is contained in:
Adnan Maolood 2021-02-08 12:30:53 -05:00
parent 62960266ac
commit 1f39cab063
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ type ResponseWriter struct {
b *bufio.Writer
status Status
meta string
setHeader bool
wroteHeader bool
bodyAllowed bool
}