mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3403] do http proxy request error #2723
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2723
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @windzhu on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3403
Bug Description
2023/04/12 22:07:03 [W] [http.go:115] do http proxy request [host: testfrp1.cwwuyou.com:8090] error: net/http: HTTP/1.x transport connection broken: malformed MIME header: missing colon: "charset=utf-8"
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
windows/amd64
Configurations
[http2]
type = http
local_port = 80
local_ip = 192.168.2.217
subdomain = testfrp1
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Apr 13, 2023):
From ChatGPT:
This error message indicates that there is an issue with the format of the MIME header. Specifically, it is missing a colon after the header name "charset" and before the value "utf-8". The MIME header is used to specify the type of data being sent over the internet, and this error suggests that the header is not properly formatted, which could cause issues with the transmission or interpretation of the data.
@windzhu commented on GitHub (Apr 13, 2023):
[http2]
type = http
local_port = 80
local_ip = 192.168.2.217
#remote_port = 8080
subdomain = testfrp1
#header_X-From-Where = frp
header_Content-Type = text/html; charset=UTF-8
OK ??
At 2023-04-13 10:01:18, "fatedier" @.***> wrote:
From ChatGPT:
What's the meaning of this error message: malformed MIME header: missing colon: "charset=utf-8"
This error message indicates that there is an issue with the format of the MIME header. Specifically, it is missing a colon after the header name "charset" and before the value "utf-8". The MIME header is used to specify the type of data being sent over the internet, and this error suggests that the header is not properly formatted, which could cause issues with the transmission or interpretation of the data.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>