Commits
- [`aa69164`](https://github.com/golang/net/commit/aa69164e4478b84860dc6769c710c699c67058a3) xsrftoken: escape colons
- [`1a5e07d`](https://github.com/golang/net/commit/1a5e07d1ff72da30f660d3c95b312a20be31173c) websocket: Add nhooyr.io/websocket to the deprecation message
- [`a8b05e9`](https://github.com/golang/net/commit/a8b05e9114ab0cb08faec337c959aed24b68bf50) http2/h2demo: remove h2demo build constraint
- [`c858923`](https://github.com/golang/net/commit/c8589233b77dde5edd2205ba8a4fb5c9c2472556) internal/socket: remove unused sizeofMmsghdr const
- [`24e19bd`](https://github.com/golang/net/commit/24e19bdeb0f2d062d8e2640d50a7aaf2a7f80e7a) http2: end stream eagerly after sending the request body
- [`a7b1673`](https://github.com/golang/net/commit/a7b16738d86b947dd0fadb08ca2c2342b51958b6) all: fix typos
- [`ba9fcec`](https://github.com/golang/net/commit/ba9fcec4b297b415637633c5a6e8fa592e4a16c3) http2: correct ServeConnOpts.context's nil receiver check
- [`74dc4d7`](https://github.com/golang/net/commit/74dc4d7220e7acc4e100824340f3e66577424772) http2: limit number of control frames in server send queue
- [`ca1201d`](https://github.com/golang/net/commit/ca1201d0de80cfde86cb01aea620983605dfe99b) http2: use updated URI in doc
- [`da137c7`](https://github.com/golang/net/commit/da137c7871d730100384dbcf36e6f8fa493aef5b) proxy: fix TestDial failures on wasm/js
- Additional commits viewable in [compare view](https://github.com/golang/net/compare/922f4815f713f213882e8ef45e0d315b164d705c...aa69164e4478b84860dc6769c710c699c67058a3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps golang.org/x/net from
922f481
toaa69164
.Commits
- [`aa69164`](https://github.com/golang/net/commit/aa69164e4478b84860dc6769c710c699c67058a3) xsrftoken: escape colons - [`1a5e07d`](https://github.com/golang/net/commit/1a5e07d1ff72da30f660d3c95b312a20be31173c) websocket: Add nhooyr.io/websocket to the deprecation message - [`a8b05e9`](https://github.com/golang/net/commit/a8b05e9114ab0cb08faec337c959aed24b68bf50) http2/h2demo: remove h2demo build constraint - [`c858923`](https://github.com/golang/net/commit/c8589233b77dde5edd2205ba8a4fb5c9c2472556) internal/socket: remove unused sizeofMmsghdr const - [`24e19bd`](https://github.com/golang/net/commit/24e19bdeb0f2d062d8e2640d50a7aaf2a7f80e7a) http2: end stream eagerly after sending the request body - [`a7b1673`](https://github.com/golang/net/commit/a7b16738d86b947dd0fadb08ca2c2342b51958b6) all: fix typos - [`ba9fcec`](https://github.com/golang/net/commit/ba9fcec4b297b415637633c5a6e8fa592e4a16c3) http2: correct ServeConnOpts.context's nil receiver check - [`74dc4d7`](https://github.com/golang/net/commit/74dc4d7220e7acc4e100824340f3e66577424772) http2: limit number of control frames in server send queue - [`ca1201d`](https://github.com/golang/net/commit/ca1201d0de80cfde86cb01aea620983605dfe99b) http2: use updated URI in doc - [`da137c7`](https://github.com/golang/net/commit/da137c7871d730100384dbcf36e6f8fa493aef5b) proxy: fix TestDial failures on wasm/js - Additional commits viewable in [compare view](https://github.com/golang/net/compare/922f4815f713f213882e8ef45e0d315b164d705c...aa69164e4478b84860dc6769c710c699c67058a3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.