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
b795a102
Commit
b795a102
authored
Feb 01, 2016
by
Andy Goldstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump(docker/spdystream):106e140db2cb50923efe088bf2906b2ee5a45fec
parent
ff386b7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Godeps.json
Godeps/Godeps.json
+1
-1
connection.go
..._workspace/src/github.com/docker/spdystream/connection.go
+2
-1
No files found.
Godeps/Godeps.json
View file @
b795a102
...
...
@@ -403,7 +403,7 @@
},
{
"ImportPath"
:
"github.com/docker/spdystream"
,
"Rev"
:
"
c33989bcb56748d2473194d11f8ac3fc563688eb
"
"Rev"
:
"
106e140db2cb50923efe088bf2906b2ee5a45fec
"
},
{
"ImportPath"
:
"github.com/elazarl/go-bindata-assetfs"
,
...
...
Godeps/_workspace/src/github.com/docker/spdystream/connection.go
View file @
b795a102
...
...
@@ -320,6 +320,7 @@ func (s *Connection) Serve(newHandler StreamHandler) {
partitionRoundRobin
int
goAwayFrame
*
spdy
.
GoAwayFrame
)
Loop
:
for
{
readFrame
,
err
:=
s
.
framer
.
ReadFrame
()
if
err
!=
nil
{
...
...
@@ -362,7 +363,7 @@ func (s *Connection) Serve(newHandler StreamHandler) {
case
*
spdy
.
GoAwayFrame
:
// hold on to the go away frame and exit the loop
goAwayFrame
=
frame
break
break
Loop
default
:
priority
=
7
partition
=
partitionRoundRobin
...
...
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