Skip to content

Commit c7971d0

Browse files
committed
net/textproto: Add extra field to indicate whether EOF is reached
Fix #53858
1 parent 0ddac1d commit c7971d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/textproto/reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func (r *autoRewind) Read(p []byte) (int, error) {
246246
return n, err
247247
}
248248

249-
// Test method can be applied on rewind readers. Issue #
249+
// Test method can be applied on rewind readers. Issue #53858
250250
func TestReadRewindReader(t *testing.T) {
251251
msg1 := "From: Gopher <[email protected]>\r\n" +
252252
"To: Another Gopher <[email protected]>\r\n" +

0 commit comments

Comments
 (0)