fs: Update comments

This commit is contained in:
Adnan Maolood
2021-01-14 22:27:56 -05:00
parent ad18ae601c
commit af61c1b60a
2 changed files with 2 additions and 3 deletions

View File

@@ -106,7 +106,6 @@ func (c *Client) Do(req *Request) (*Response, error) {
}
func (c *Client) do(conn *tls.Conn, req *Request) (*Response, error) {
// Write the request
w := bufio.NewWriter(conn)