diff options
| author | Adnan Maolood <[email protected]> | 2021-02-08 12:30:53 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-08 12:30:53 -0500 |
| commit | 1f39cab0630b63aef34233cdf53b45cd06dcd8ea (patch) | |
| tree | bbe38ccd6d205b563acb43e9395b5408a3233023 | |
| parent | tofu: Implement PersistentHosts (diff) | |
| download | go-gemini-1f39cab0630b63aef34233cdf53b45cd06dcd8ea.tar.xz go-gemini-1f39cab0630b63aef34233cdf53b45cd06dcd8ea.zip | |
Remove unused field
| -rw-r--r-- | response.go | 1 |
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 } |