diff options
Diffstat (limited to 'lib/http/fs_handler.go')
| -rw-r--r-- | lib/http/fs_handler.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/http/fs_handler.go b/lib/http/fs_handler.go index 7dfca198..00eb1dc6 100644 --- a/lib/http/fs_handler.go +++ b/lib/http/fs_handler.go @@ -1,6 +1,5 @@ -// Copyright 2022, Shulhan <ms@kilabit.info>. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2022 Shulhan <ms@kilabit.info> package http @@ -18,7 +17,7 @@ import ( // This function return two values: the node `out` that is used to process the // request and response; and the HTTP status code `statusCode` returned in // response. -// + // Non-zero status code indicates that the function already response // to the request, and the server will return immediately. // |
