aboutsummaryrefslogtreecommitdiff
path: root/client_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client_unix_test.go')
-rw-r--r--client_unix_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client_unix_test.go b/client_unix_test.go
index 0a49b13..fb772af 100644
--- a/client_unix_test.go
+++ b/client_unix_test.go
@@ -10,7 +10,7 @@ import (
"testing"
)
-// See issue #1232
+// See issue #1232.
func TestRstConnResponseWhileSending(t *testing.T) {
const expectedStatus = http.StatusTeapot
const payload = "payload"
@@ -73,7 +73,7 @@ func TestRstConnResponseWhileSending(t *testing.T) {
}
}
-// See issue #1232
+// See issue #1232.
func TestRstConnClosedWithoutResponse(t *testing.T) {
const payload = "payload"