Skip to content

Commit

Permalink
Resolve #162 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jun 26, 2024
1 parent a09adb6 commit 5c0d345
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions heffalump/heffalump.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ func (h *Heffalump) WriteHell(bw *bufio.Writer) (int64, error) {
var n int64
var err error

/* defer func() {
if r := recover(); r != nil {
log.Error().Interface("caller", r).Msg("panic recovered!")
}
}()*/

buf := h.pool.Get().([]byte)

if _, err = bw.WriteString("<html>\n<body>\n"); err != nil {
Expand Down

0 comments on commit 5c0d345

Please sign in to comment.