Skip to content

Commit

Permalink
🤔 Why refreshing single page in Browser could lost html document via …
Browse files Browse the repository at this point in the history
…sendfile method? #516

- fix this issue
  • Loading branch information
ReneWerner87 committed Jun 29, 2020
1 parent dcc2d8d commit 56ef697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ func Test_Ctx_Download(t *testing.T) {

// go test -race -run Test_Ctx_SendFile
func Test_Ctx_SendFile(t *testing.T) {
t.Parallel()
//t.Parallel()
app := New()

// fetch file content
Expand Down

0 comments on commit 56ef697

Please sign in to comment.