File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- fc39bb0c3d35fa5e07c21c261c2a5a68af53d440
1+ ce25a5ec3f6937d70f6a60b79adb6dd299144a84
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ mod proxy_h1;
7474mod proxy_h2;
7575mod proxy_purge;
7676mod proxy_trait;
77- mod subrequest;
77+ pub mod subrequest;
7878
7979use subrequest:: Ctx as SubReqCtx ;
8080
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ pub(crate) struct Ctx {
124124
125125use crate :: HttpSession ;
126126
127- pub ( crate ) fn create_dummy_session ( parsed_session : & HttpSession ) -> HttpSession {
127+ pub fn create_dummy_session ( parsed_session : & HttpSession ) -> HttpSession {
128128 // TODO: check if there is req body, we don't capture the body for now
129129 HttpSession :: new_http1 ( Box :: new ( DummyIO :: new ( & parsed_session. to_h1_raw ( ) ) ) )
130130}
You can’t perform that action at this time.
0 commit comments