mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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
f6fa2399cc
commit
c0aec0cc5d
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