Unexport NewResponseWriter

This commit is contained in:
Adnan Maolood
2021-02-23 22:02:45 -05:00
parent 9eae88f00c
commit 310bd16344
3 changed files with 3 additions and 4 deletions

View File

@@ -359,7 +359,7 @@ func (srv *Server) serveConn(ctx context.Context, conn net.Conn) error {
rc: conn,
}
w := NewResponseWriter(cw)
w := newResponseWriter(cw)
w.conn = conn
req, err := ReadRequest(r)