[GH-ISSUE #3403] do http proxy request error #2723

Closed
opened 2026-05-05 13:45:19 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Apr 13, 2023):

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.

<!-- gh-comment-id:1506262210 --> @fatedier commented on GitHub (Apr 13, 2023): 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.
Author
Owner

@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: @.***>

<!-- gh-comment-id:1506333197 --> @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: ***@***.***>
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#2723
No description provided.