Skip to content
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

factors: Implement spin outbound http #2740

Merged
merged 4 commits into from
Aug 22, 2024

Conversation

lann
Copy link
Collaborator

@lann lann commented Aug 21, 2024

In the interest of avoiding rebases I tacked on a couple of tangential changes:

  • A couple of miscellaneous changes to the wasi outbound http impl
  • Fixing some integration tests, mostly removing base

lann added 4 commits August 21, 2024 14:10
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
@lann lann mentioned this pull request Aug 21, 2024
48 tasks
@@ -81,6 +82,8 @@ pub struct InstanceState {
component_tls_configs: ComponentTlsConfigs,
self_request_origin: Option<SelfRequestOrigin>,
request_interceptor: Option<Box<dyn OutboundHttpInterceptor>>,
// Connection-pooling client for 'fermyon:spin/http' interface
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: make this visible to IDEs

Suggested change
// Connection-pooling client for 'fermyon:spin/http' interface
/// Connection-pooling client for 'fermyon:spin/http' interface

@rylev rylev merged commit 8971708 into spinframework:factors Aug 22, 2024
2 checks passed
@lann lann deleted the factors-spin-http branch August 22, 2024 14:22
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.

2 participants