Skip to content

gomod(deps): Update to sdk@487e048643d5 - #465

Open
jedevc wants to merge 1 commit into
prod-stagingfrom
jedevc/sdk-default-transport
Open

gomod(deps): Update to sdk@487e048643d5#465
jedevc wants to merge 1 commit into
prod-stagingfrom
jedevc/sdk-default-transport

Conversation

@jedevc

@jedevc jedevc commented Aug 21, 2026

Copy link
Copy Markdown
Member

Picks up unikraft-cloud/go-sdk#256, so NewHTTPClient clones DefaultTransport rather than building a bare one — clients get the 90s idle connection timeout and HTTP/2 back instead of holding their idle sockets open for the lifetime of the process.

Same bump as https://github.com/unikraft-cloud/console/pull/1109, which is where the fd exhaustion this fixes actually showed up.

The integration suite is red against staging, but prod-staging fails identically without this patch — same seven subtests, same causes: sched_priority is rejected by the backend there, and the five unikraft build tests 403 because the registry namespace is at 963 MiB of its 1.0 GiB limit. ./internal/builder is green either way.

NewHTTPClient now clones DefaultTransport, so clients pick up the 90s
idle connection timeout and HTTP/2 instead of holding idle sockets open
for the lifetime of the process.

Signed-off-by: Justin Chadwell <justin@unikraft.com>
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.

1 participant