File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,12 @@ impl HttpExecutor for HttpHandlerExecutor {
49
49
set_http_origin_from_request ( & mut store, engine. clone ( ) , self , & req) ;
50
50
51
51
// set the client tls options for the current component_id.
52
- // The OutboundWasiHttpHandler in this file is only used
52
+ // The OutboundWasiHttpHandler in this file is only used
53
53
// when making http-request from a http-trigger component.
54
54
// The outbound http requests from other triggers such as Redis
55
55
// uses OutboundWasiHttpHandler defined in spin_core crate.
56
- store. as_mut ( ) . data_mut ( ) . as_mut ( ) . client_tls_opts = engine. get_client_tls_opts ( component_id) ;
56
+ store. as_mut ( ) . data_mut ( ) . as_mut ( ) . client_tls_opts =
57
+ engine. get_client_tls_opts ( component_id) ;
57
58
58
59
let resp = match ty {
59
60
HandlerType :: Spin => {
You can’t perform that action at this time.
0 commit comments