-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add H3 transport infrastructure, sandbox URL resolution, and header refresh #112
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
Open
devin-ai-integration
wants to merge
18
commits into
main
Choose a base branch
from
devin/1772690401-h3-connection-warming
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
a919db2
feat: add background HTTP/3 (QUIC) connection warming
Joffref 835a8ec
fix: address review - resource leak, blocking join, TLS verification
Joffref fe9f65a
Update src/blaxel/core/sandbox/sync/sandbox.py
Joffref 555e84a
WIP
Joffref c46c500
Test benchmark: fix format_stats function
Joffref 1bc9d9d
feat: implement fallback transport for H3 connections
Joffref a42a765
fix: lazy h3transport imports + fresh headers via event hooks
Joffref f87ae36
fix: remove API endpoint H3 warming from autoload()
Joffref 6d195ab
fix: remove H3 warming from SandboxInstance.create() to fix integrati…
Joffref 956883b
feat: enhance PersistentMcpClient to resolve sandbox URLs
Joffref f61a56c
Merge remote-tracking branch 'origin/devin/1772690401-h3-connection-w…
devin-ai-integration[bot] 9f90722
refactor: replace getattr with direct attribute access in sandbox URL…
Joffref cbfb12f
fix: probe resolved sandbox URL for transport type instead of hard-co…
Joffref caf8e5a
fix: address Mendral review comments
Joffref 8f55cd7
fix: make aioquic imports conditional for optional dependency support
Joffref 881c74d
fix: guard all aioquic-dependent classes in if AIOQUIC_AVAILABLE block
Joffref a10bb3f
fix: address Devin Review comments - region apply-back, race conditio…
Joffref 4c32ad1
merge: resolve conflicts with main (accept main's tools/__init__.py r…
Joffref File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
So we have an optimisation but it is going to be optionnal for now ?