-
Notifications
You must be signed in to change notification settings - Fork 32
🔥 downgrading aiohttp to try and address issue with content length header
#7811
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
🔥 downgrading aiohttp to try and address issue with content length header
#7811
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7811 +/- ##
==========================================
- Coverage 86.75% 86.50% -0.26%
==========================================
Files 1850 1469 -381
Lines 71910 61404 -10506
Branches 1218 682 -536
==========================================
- Hits 62385 53117 -9268
+ Misses 9183 8067 -1116
+ Partials 342 220 -122
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
aiohttp to try and address issue with content length header
Issue we are experiencing with current versionindicates that the HTTP response from the server declared a certain Content-Length in its headers, but the actual payload received was shorter than expected. This means the client (our code using aiohttp) waited for more data, but the server closed the connection or stopped sending data before the expected number of bytes were received |
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.11.13 isd not allowed
|
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|





What do these changes do?
Downgraded to the last
3.11.xversion of aiohttpHighlights on updated libraries (only updated libraries are included)
api-server⬆️🧪
autoscaling⬆️
aws-library🧪
catalog⬆️🧪
clusters-keeper⬆️🧪
dask-sidecar⬆️🧪
datcore-adapter⬆️
director-v2⬆️🧪
director⬆️🧪
docker-api-proxy🧪
dynamic-scheduler⬆️
dynamic-sidecar⬆️🧪
efs-guardian⬆️🧪
helpers🧪
invitations⬆️
notifications-library🧪
notifications⬆️
payments⬆️🧪
public-api🧪
resource-usage-tracker⬆️
service-library🧪🧪🧪
simcore-sdk🧪🧪
storage⬆️🧪
swarm-deploy🧪
tests🧪
web⬆️🧪
Legend:
Repo-wide overview of libraries
Related issue/s
How to test
Dev-ops