aboutsummaryrefslogtreecommitdiff
path: root/response.go
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-02-08 12:30:53 -0500
committerAdnan Maolood <[email protected]>2021-02-08 12:30:53 -0500
commit1f39cab0630b63aef34233cdf53b45cd06dcd8ea (patch)
treebbe38ccd6d205b563acb43e9395b5408a3233023 /response.go
parenttofu: Implement PersistentHosts (diff)
downloadgo-gemini-1f39cab0630b63aef34233cdf53b45cd06dcd8ea.tar.xz
go-gemini-1f39cab0630b63aef34233cdf53b45cd06dcd8ea.zip
Remove unused field
Diffstat (limited to 'response.go')
-rw-r--r--response.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/response.go b/response.go
index b8f9649..3cf2f36 100644
--- a/response.go
+++ b/response.go
@@ -134,7 +134,6 @@ type ResponseWriter struct {
b *bufio.Writer
status Status
meta string
- setHeader bool
wroteHeader bool
bodyAllowed bool
}