patrickhener / goshs

A SimpleHTTPServer written in Go, enhanced with features and with a nice design - https://goshs.de
MIT License
260 stars 22 forks source link

Fixing issue #77, closing the file handle correctly #78

Closed patrickhener closed 1 month ago

patrickhener commented 1 month ago

Issue

The issue is described in #77

Description

The code changes were made by closehandle (see issue).