mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(Bug fix) - reading /parsing request body when on hypercorn (#8734)
* _safe_get_request_parsed_body * use scope on hypercorn * test http parsing utils * ci/cd run again
This commit is contained in:
parent
31919257fe
commit
07c13f8e1d
3 changed files with 111 additions and 4 deletions
|
@ -8,7 +8,7 @@ import sys
|
|||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
) # Adds the parent directory to the system-path
|
||||
|
||||
from litellm.proxy.common_utils.http_parsing_utils import _read_request_body
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue