mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #824] header的一个问题 #645
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#645
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 @bugmeng on GitHub (Jun 12, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/824
version: 0.20.0
header_aaa = bbb
这样的配置在解析后 ,第一个字母会变成大写 header的解析结果为 Aaa : bbb
@fatedier commented on GitHub (Jun 12, 2018):
这个是符合预期的,应该是 http 协议的一个规范吧。
@bugmeng commented on GitHub (Jun 13, 2018):
thanks