mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
update rest and other parts of the code to work with arch fc 1.1
This commit is contained in:
parent
e5949c584f
commit
b31a7a569a
8 changed files with 196 additions and 47 deletions
|
|
@ -411,7 +411,7 @@ impl HttpContext for StreamContext {
|
|||
);
|
||||
|
||||
if self.request_body_sent_time.is_none() {
|
||||
debug!("on_http_response_body: request body not sent, no doing any processing in llm filter");
|
||||
debug!("on_http_response_body: request body not sent, not doing any processing in llm filter");
|
||||
return Action::Continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue