diff options
| author | Adnan Maolood <[email protected]> | 2021-02-23 17:32:23 -0500 |
|---|---|---|
| committer | Adnan Maolood <[email protected]> | 2021-02-23 17:32:23 -0500 |
| commit | ae3fc2fc73450682aac96ba4553986c65ec46be4 (patch) | |
| tree | 00a4eba5989249a3f1ce762f2d003b35da3eec53 /timeout.go | |
| parent | request: Fix documentation for TLS (diff) | |
| download | go-gemini-ae3fc2fc73450682aac96ba4553986c65ec46be4.tar.xz go-gemini-ae3fc2fc73450682aac96ba4553986c65ec46be4.zip | |
response: Add Close method
Diffstat (limited to 'timeout.go')
| -rw-r--r-- | timeout.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -102,3 +102,7 @@ func (w *timeoutWriter) writeHeaderLocked(status Status, meta string) { func (w *timeoutWriter) Flush() error { return nil } + +func (w *timeoutWriter) Close() error { + return nil +} |