• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / 17353
89%

Build:
DEFAULT BRANCH: master
Ran 27 Feb 2020 08:48PM UTC
Jobs 1
Files 267
Run time 35s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
17353

push

travis-ci

web-flow
okhttp: fix incorrect connection-level flow control handling at beginning of connection

Specifically, this addresses bugs that occur when the `OkHttpChannelBuilder.flowControlWindow(int)` setting is increased from its default value.

Two changes:
1. On starting a connection, ensure the value of `OkHttpChannelBuilder.flowControlWindow(int)` is sent via Settings.INITIAL_WINDOW_SIZE. Also send a WINDOW_UPDATE after Settings to update the connection-level window.
2. Always initialize the `OutboundFlowController` with an initialWindowSize of 65335 bytes per the [http2 spec](https://http2.github.io/http2-spec/#InitialWindowSize) instead of using the inbound window size.

Fixes #6685

15038 of 17262 relevant lines covered (87.12%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17353.1 27 Feb 2020 08:48PM UTC 0
87.12
Travis Job 17353.1
Source Files on build 17353
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #17353
  • bf2a66c8 on github
  • Prev Build on master (#17348)
  • Next Build on master (#17355)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc