[GH-ISSUE #1849] frp/utils/vhost/https.go下的描述改进 #1461

Closed
opened 2026-05-05 12:55:30 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Zalberth on GitHub (Jun 10, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1849

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?
0.33.0

What operating system and processor architecture are you using (go env)?
amd64

Steps to reproduce the issue:
查看frp/utils/vhost/https.go中第180行的代码:err = fmt.Errorf("Unknow error")

Describe the results you expected:
需要改成err = fmt.Errorf("Unknown error")更好

Originally created by @Zalberth on GitHub (Jun 10, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1849 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** 0.33.0 **What operating system and processor architecture are you using (`go env`)?** amd64 **Steps to reproduce the issue:** 查看```frp/utils/vhost/https.go```中第180行的代码:```err = fmt.Errorf("Unknow error")``` **Describe the results you expected:** 需要改成```err = fmt.Errorf("Unknown error")```更好
Author
Owner

@fatedier commented on GitHub (Jun 10, 2020):

Can you submit a PR to improve it?

<!-- gh-comment-id:641893623 --> @fatedier commented on GitHub (Jun 10, 2020): Can you submit a PR to improve it?
Author
Owner

@Zalberth commented on GitHub (Jun 11, 2020):

OK, a new pull request is running here.

<!-- gh-comment-id:642350876 --> @Zalberth commented on GitHub (Jun 11, 2020): OK, a new pull request is running [here](https://github.com/fatedier/frp/pull/1850#issue-432787887).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1461
No description provided.