Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to tagged quic-go release v0.14.0 #3543

Closed
wants to merge 12 commits into from

Conversation

FR4NK-W
Copy link
Contributor

@FR4NK-W FR4NK-W commented Dec 18, 2019

Update go.mod github.com/lucas-clemente/quic-go v0.14.0
Also update go_deps.bzl accordingly


This change is Reviewable

@FR4NK-W FR4NK-W force-pushed the update_to_quic-go_0.14.0 branch 2 times, most recently from adbf791 to 3d52fb6 Compare January 9, 2020 09:54
@FR4NK-W

This comment has been minimized.

Also update go_deps.bzl
Update gazelle version
Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 12 of 12 files at r1.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @FR4NK-W and @scrye)


go/examples/pingpong/pingpong.go, line 249 at r1 (raw file):

	}

	qstream, err := c.qsess.OpenStreamSync(context.TODO())

I think in here you can just use context.Background()


go/lib/infra/rpc/rpc.go, line 66 at r1 (raw file):

	}
	for {
		session, err := s.listener.Accept(context.TODO())

context.Background here and below.

Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @scrye)

Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 2 files at r3.
Reviewable status: 12 of 13 files reviewed, all discussions resolved (waiting on @lukedirtwalker and @scrye)

Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 2 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @scrye)

@matzf matzf mentioned this pull request Apr 28, 2020
lukedirtwalker pushed a commit that referenced this pull request Apr 28, 2020
Bump quic go to latest release v0.15.5.

Update to changes in quic-go API:
* Provide context in various API calls.
* `session.Close()` is gone, now there is only `session.CloseWithError(errorNoError, "")`
  Handle this no-error error (by ignoring it) in pingpong.


Co-authored-by: FR4NK-W <wirzf@inf.ethz.ch>
Replaces #3543
@lukedirtwalker
Copy link
Collaborator

This is replaced by #3732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants