Skip to content

Commit

Permalink
del edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Oct 6, 2023
1 parent 3b656af commit e1cc78b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vendor/httpserver/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,6 @@ void httpserver::httpwatch()
clientrunpool.printthreads(false);
#endif

#if (defined(unix) || defined(__unix) || defined(__unix__) || defined(__APPLE__)) && !defined(__CYGWIN__)
// save access.log
if (!access_loglist.empty())
{
Expand Down Expand Up @@ -2826,8 +2825,6 @@ void httpserver::httpwatch()
}
close(fd);
}
#endif

if (n_write > 0)
{
n_write = 0;
Expand Down

0 comments on commit e1cc78b

Please sign in to comment.