Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
90382d40
Commit
90382d40
authored
Feb 18, 2019
by
qingsenLi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused code in proxy_server.go
parent
ce4229f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
proxy_server.go
pkg/kubectl/proxy/proxy_server.go
+0
-10
No files found.
pkg/kubectl/proxy/proxy_server.go
View file @
90382d40
...
...
@@ -45,16 +45,6 @@ const (
DefaultMethodRejectRE
=
"^$"
)
var
(
// ReverseProxyFlushInterval is the frequency to flush the reverse proxy.
// Only matters for long poll connections like the one used to watch. With an
// interval of 0 the reverse proxy will buffer content sent on any connection
// with transfer-encoding=chunked.
// TODO: Flush after each chunk so the client doesn't suffer a 100ms latency per
// watch event.
ReverseProxyFlushInterval
=
100
*
time
.
Millisecond
)
// FilterServer rejects requests which don't match one of the specified regular expressions
type
FilterServer
struct
{
// Only paths that match this regexp will be accepted
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment