mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
Merge pull request #3205 from lucas-clemente/update-golangci-lint
update golangci-lint to v1.41.1
This commit is contained in:
commit
a887f8f436
2 changed files with 1 additions and 4 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
@ -28,5 +28,4 @@ jobs:
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
version: v1.41.1
|
||||||
version: v1.34.1
|
|
||||||
|
|
|
@ -173,8 +173,6 @@ var _ = Describe("Base Flow controller", func() {
|
||||||
})
|
})
|
||||||
|
|
||||||
It("doesn't increase the window size if data is read so fast that the window would be consumed in less than 4 RTTs, but less than half the window has been read", func() {
|
It("doesn't increase the window size if data is read so fast that the window would be consumed in less than 4 RTTs, but less than half the window has been read", func() {
|
||||||
// this test only makes sense if a window update is triggered before half of the window has been consumed
|
|
||||||
Expect(protocol.WindowUpdateThreshold).To(BeNumerically(">", 1/3))
|
|
||||||
bytesRead := controller.bytesRead
|
bytesRead := controller.bytesRead
|
||||||
rtt := scaleDuration(20 * time.Millisecond)
|
rtt := scaleDuration(20 * time.Millisecond)
|
||||||
setRtt(rtt)
|
setRtt(rtt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue