Skip to content

Commit

Permalink
fix(runner): content-type error (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm committed Dec 7, 2022
1 parent cc38007 commit 4fdc981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml/_internal/server/runner_app.py
Expand Up @@ -275,7 +275,7 @@ async def _request_handler(request: Request) -> Response:
content=str(e),
headers={
PAYLOAD_META_HEADER: "{}",
"Content-Type": "application/vnd.bentoml.error}",
"Content-Type": "application/vnd.bentoml.error",
"Server": server_str,
},
)
Expand Down

0 comments on commit 4fdc981

Please sign in to comment.