Remove unused field

This commit is contained in:
Adnan Maolood 2021-02-08 12:30:53 -05:00
parent 62960266ac
commit 1f39cab063

View File

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