Skip to content

closed_conn.go: avoid data race in handlePacket(). Fixes #4718.#4720

Merged
marten-seemann merged 1 commit intoquic-go:masterfrom
glycerine:fix4718
Nov 7, 2024
Merged

closed_conn.go: avoid data race in handlePacket(). Fixes #4718.#4720
marten-seemann merged 1 commit intoquic-go:masterfrom
glycerine:fix4718

Conversation

@glycerine
Copy link
Copy Markdown
Contributor

No description provided.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Nov 7, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.96%. Comparing base (7ff8622) to head (fb3cdc2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4720   +/-   ##
=======================================
  Coverage   83.96%   83.96%           
=======================================
  Files         151      151           
  Lines       16233    16233           
=======================================
  Hits        13630    13630           
  Misses       2070     2070           
  Partials      533      533           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann linked an issue Nov 7, 2024 that may be closed by this pull request
@marten-seemann marten-seemann merged commit 86ebed7 into quic-go:master Nov 7, 2024
@glycerine
Copy link
Copy Markdown
Contributor Author

@marten-seemann Would you mind tagging v0.48.2 so I can build readily against these fixes? Thank you.

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.

data race under load in quic-go v0.48.1 server

2 participants